Skip to content

Commit 80ade08

Browse files
author
Yoshito Umaoka
committed
Fixed a bad sample issue in GP maven readme
1 parent e06d1a9 commit 80ade08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gp-maven-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,13 @@ place holder token `%LANG%`, which will be replaced with a target language code.
566566

567567
The example below will replace a folder `en` with `%LANG%`. For example, when a source file path
568568
is `nls/comp1/en/Help.json`, the path will be converted to `nls/comp1/%LANG%/Help.json`. Then,
569-
`%LANG` will be replaced with language ID (configured by `<languageIdStyle>` and `<languageMap>`).
569+
`%LANG%` will be replaced with language ID (configured by `<languageIdStyle>` and `<languageMap>`).
570570

571571
```
572572
<sourcePathToTargetMapper>
573573
<regexMapper>
574574
<pattern>(.+)/en/([^/]+).json</pattern>
575-
<replacement>$1/%LANG/$2.json</replacement>
575+
<replacement>$1/%LANG%/$2.json</replacement>
576576
</regexMapper>
577577
</sourcePathToTargetMapper>
578578
```

0 commit comments

Comments
 (0)