summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-10-20 16:36:13 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-10-21 10:10:57 +0200
commitb619ad2efd8465b0447b47d8eaf4693ab8a6f4f2 (patch)
tree0af0d2ceed3bf6a647c3848c9275771bcd56ca24 /gui
parent5a93ef0ce76c62d339f553d54e6186b975cb6aaa (diff)
downloadmullvadvpn-b619ad2efd8465b0447b47d8eaf4693ab8a6f4f2.tar.xz
mullvadvpn-b619ad2efd8465b0447b47d8eaf4693ab8a6f4f2.zip
Add translation verification sub-section to locales readme
Diffstat (limited to 'gui')
-rw-r--r--gui/locales/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/locales/README.md b/gui/locales/README.md
index 071925c73e..a4713e3ac1 100644
--- a/gui/locales/README.md
+++ b/gui/locales/README.md
@@ -76,6 +76,14 @@ When the translations are done, download it by running:
CROWDIN_API_KEY=$YOUR_CROWDIN_KEY `./scripts/localization download`
```
+## Verify translation formatting
+
+Use the localization script to verify that the strings are valid HTML and that they contain the
+correct amount of format specifiers:
+```
+./scripts/localization verify
+```
+
## Keeping messages.pot in sync
This is only relevant when running the different tools for updating `messages.pot` manually, and