diff options
Diffstat (limited to 'support/doc/development/localization.md')
-rw-r--r-- | support/doc/development/localization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/development/localization.md b/support/doc/development/localization.md index 3021d3659..a38ed6f55 100644 --- a/support/doc/development/localization.md +++ b/support/doc/development/localization.md | |||
@@ -9,7 +9,7 @@ Will generate XLIFF base files for Angular (`angular.xlf`) and JSON files for th | |||
9 | Then, it will merge new translation keys into localized Angular files (`angular.fr-FR.xlf` etc). | 9 | Then, it will merge new translation keys into localized Angular files (`angular.fr-FR.xlf` etc). |
10 | 10 | ||
11 | ``` | 11 | ``` |
12 | $ npm run i18n:update | 12 | npm run i18n:update |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | 15 | ||