diff --git a/developers/utils/i18n.md b/developers/utils/i18n.md index ef98c87f37..f79fc92d6b 100644 --- a/developers/utils/i18n.md +++ b/developers/utils/i18n.md @@ -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.