diff --git a/topics/reference_guide/localization/providing_translations.md b/topics/reference_guide/localization/providing_translations.md index 6c6028770..82a0ce442 100644 --- a/topics/reference_guide/localization/providing_translations.md +++ b/topics/reference_guide/localization/providing_translations.md @@ -165,7 +165,7 @@ The lookup order is as follows: 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. messages/MyBundle.properties in the selected language pack plugin +1. messages/MyBundle.properties (in the selected language pack plugin) 2. localization/zh/CN/messages/MyBundle.properties (region level) 3. messages/MyBundle_zh_CN.properties (region level) 4. localization/zh/messages/MyBundle.properties (language level)