Skip to content

Commit

Permalink
Simplify syntax of running translation generation tool (openhab#1867)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored Jul 27, 2022
1 parent 7b73951 commit ca7c7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/utils/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.OFFLINE.COMMUNICATION_ERROR,
To automatically generate an I18N properties file from XML files, the following command can be run:
```shell
mvn org.openhab.core.tools:i18n-maven-plugin:generate-default-translations
mvn i18n:generate-default-translations
```
This tool can also be used to update an existing file.
Expand Down

0 comments on commit ca7c7bb

Please sign in to comment.