mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
providing_translations.md: Add a language pack entry to the lookup order
This commit is contained in:
parent
fedbf8a7cf
commit
1bf0c6a06e
@ -165,10 +165,11 @@ 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>localization/zh/CN/messages/MyBundle.properties</path> (region level)
|
||||
2. <path>messages/MyBundle_zh_CN.properties</path> (region level)
|
||||
3. <path>localization/zh/messages/MyBundle.properties</path> (language level)
|
||||
4. <path>messages/MyBundle_zh.properties</path> (language level)
|
||||
5. <path>messages/MyBundle.properties</path> (default)
|
||||
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)
|
||||
5. <path>messages/MyBundle_zh.properties</path> (language level)
|
||||
6. <path>messages/MyBundle.properties</path> (default)
|
||||
|
||||
<include from="snippets.md" element-id="missingContent"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user