From 8719cb65a9c5931d2649f572b9e50f89b107598c Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 4 Dec 2024 15:50:56 +0100 Subject: [PATCH] providing_translations.md: Fix consistency --- 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 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)