]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
docs: fix command used for i18n extraction 2692/head
authorNathanaƫl Houn <contact@nathanaelhoun.fr>
Fri, 17 Feb 2023 13:08:16 +0000 (14:08 +0100)
committershamoon <4887959+shamoon@users.noreply.github.com>
Fri, 17 Feb 2023 15:14:14 +0000 (07:14 -0800)
docs/development.md

index d39261e23ed3c598bf9d5e5a5a99475ab9bc597f..13ef91f8356352b87e1255a6eddb3962fbebe4cd 100644 (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.