mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
providing_translations.md: Fix consistency
This commit is contained in:
parent
1bf0c6a06e
commit
8719cb65a9
@ -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 <path>messages/MyBundle.properties</path> message bundle for this language, the locations will be searched in the following order:
|
||||
1. <path>messages/MyBundle.properties</path> in the selected language pack plugin
|
||||
1. <path>messages/MyBundle.properties</path> (in the selected language pack plugin)
|
||||
2. <path>localization/zh/CN/messages/MyBundle.properties</path> (region level)
|
||||
3. <path>messages/MyBundle_zh_CN.properties</path> (region level)
|
||||
4. <path>localization/zh/messages/MyBundle.properties</path> (language level)
|
||||
|
Loading…
x
Reference in New Issue
Block a user