aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development/localization.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/development/localization.md')
-rw-r--r--support/doc/development/localization.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/doc/development/localization.md b/support/doc/development/localization.md
index 3d09bbecb..db12608f7 100644
--- a/support/doc/development/localization.md
+++ b/support/doc/development/localization.md
@@ -28,5 +28,6 @@ Nothing to do here, Github will automatically send a webhook to Weblate that wil
28 28
29 * Add it to [/shared/models/i18n/i18n.ts](/shared/models/i18n/i18n.ts) 29 * Add it to [/shared/models/i18n/i18n.ts](/shared/models/i18n/i18n.ts)
30 * Add it to [/scripts/build/client.sh](/scripts/build/client.sh) 30 * Add it to [/scripts/build/client.sh](/scripts/build/client.sh)
31 * Add it to [/client/angular.json](/client/angular.json) (in multiple sections), then **pull** and **generate** 31 * Add it to [/client/angular.json](/client/angular.json)
32 * Add it to [/scripts/i18n/update.sh](/scripts/i18n/update.sh), then **pull** and **generate**
32 * Build the application and check the new language correctly works 33 * Build the application and check the new language correctly works