From: Nathanaƫl Houn Date: Fri, 17 Feb 2023 13:08:16 +0000 (+0100) Subject: docs: fix command used for i18n extraction X-Git-Tag: v1.14.0-beta.rc1~110^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2692%2Fhead;p=thirdparty%2Fpaperless-ngx.git docs: fix command used for i18n extraction --- diff --git a/docs/development.md b/docs/development.md index d39261e23e..13ef91f835 100644 --- a/docs/development.md +++ b/docs/development.md @@ -251,7 +251,7 @@ these parts have to be translated separately. - The translated strings need to be placed in the `src-ui/src/locale/` folder. - In order to extract added or changed strings from the source files, - call `ng xi18n --ivy`. + call `ng extract-i18n`. Adding new languages requires adding the translated files in the `src-ui/src/locale/` folder and adjusting a couple files.