Skip to content

Commit 7d8506a

Browse files
author
Yoshito Umaoka
committed
Minor editorial fix in the maven plugin user guide.
1 parent fda0bbf commit 7d8506a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gp-maven-plugin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ If you have properties file `src/resources/com/ibm/example/MyStrings.properties`
274274
instead of `target/classes/com/ibm/example/MyStrings_pt_BR.properties`
275275

276276
Note: 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

0 commit comments

Comments
 (0)