diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-10-20 16:36:13 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-10-21 10:10:57 +0200 |
| commit | b619ad2efd8465b0447b47d8eaf4693ab8a6f4f2 (patch) | |
| tree | 0af0d2ceed3bf6a647c3848c9275771bcd56ca24 | |
| parent | 5a93ef0ce76c62d339f553d54e6186b975cb6aaa (diff) | |
| download | mullvadvpn-b619ad2efd8465b0447b47d8eaf4693ab8a6f4f2.tar.xz mullvadvpn-b619ad2efd8465b0447b47d8eaf4693ab8a6f4f2.zip | |
Add translation verification sub-section to locales readme
| -rw-r--r-- | gui/locales/README.md | 8 |
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 |
