docs: fix command used for i18n extraction

This commit is contained in:
Nathanaël Houn 2023-02-17 14:08:16 +01:00 committed by shamoon
parent dd91d4264a
commit 08f5d9a92f

View File

@ -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.