providing_translations.md: Minor fix

This commit is contained in:
Karol Lewandowski 2024-12-04 15:47:28 +01:00
parent 0917c3b268
commit fedbf8a7cf

View File

@ -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 <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)