File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,9 +274,9 @@ If you have properties file `src/resources/com/ibm/example/MyStrings.properties`
274274instead of ` target/classes/com/ibm/example/MyStrings_pt_BR.properties `
275275
276276Note: The language ID separator used in the mapping should be '-' (Hyphen) for both,
277- even you want expect translated file name (or path) to use '_ '. So, in above example,
278- do not specify ` <zh-Hant>zh_TW</zh-Hant> ` even you want ` MyStrings_zh_TW.properties `
279- as the output file name. The language suffix style is configured by ` <languageIdStyle> ` .
277+ even you want translated file name (or path) to use '_ ' for the language part. In the example
278+ above, do not specify ` <zh-Hant>zh_TW</zh-Hant> ` even you want ` MyStrings_zh_TW.properties `
279+ as the output file name. The language ID style is configured by ` <languageIdStyle> ` .
280280
281281
282282### Translated JSON Files in Language Directories
You can’t perform that action at this time.
0 commit comments