From 08f5d9a92fe4e5c4fa7fc3df112b595ff7a6f974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Houn?= Date: Fri, 17 Feb 2023 14:08:16 +0100 Subject: [PATCH] docs: fix command used for i18n extraction --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index d39261e23..13ef91f83 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.