From fedbf8a7cfd7fa02e2fab081db59aad2bbc85cb7 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 4 Dec 2024 15:47:28 +0100 Subject: [PATCH] providing_translations.md: Minor fix --- topics/reference_guide/localization/providing_translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/reference_guide/localization/providing_translations.md b/topics/reference_guide/localization/providing_translations.md index 964a5cffc..e8680ffe2 100644 --- a/topics/reference_guide/localization/providing_translations.md +++ b/topics/reference_guide/localization/providing_translations.md @@ -163,7 +163,7 @@ The lookup order is as follows: ### Example -Consider that the current IDE language is set to Simplified Chinese (`zh_CN`). +Assume that the current IDE language is set to Simplified Chinese (`zh_CN`). To find an example messages/MyBundle.properties message bundle for this language, the locations will be searched in the following order: 1. localization/zh/CN/messages/MyBundle.properties (region level) 2. messages/MyBundle_zh_CN.properties (region level)