summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-23 13:50:16 +0100
committerkali kaneko (leap communications) <kali@leap.se>2022-02-02 12:37:54 +0100
commit190a78efa2c9ed5f14c6de980586a4e1997ab43b (patch)
tree55e608297dd05bbf8efa0f811c79266d28389432
parentbddadc7323d6467f5233f26b97652fe671d77eed (diff)
[docs] lang testing
until we include a language switcher, this is how we can test translations.
-rw-r--r--docs/i18n-howto.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/i18n-howto.rst b/docs/i18n-howto.rst
index 3790afe..9650054 100644
--- a/docs/i18n-howto.rst
+++ b/docs/i18n-howto.rst
@@ -17,3 +17,10 @@ To fetch the translations from transifex (API\_TOKEN is the transifex API token)
```
If you want to add a new language create an empty file `gui/i18n/main_$lang.ts` before running `make locales`.
+
+Testing the translations
+------------------------
+
+Pass the language env vars:
+
+LANG=es_ES LANGUAGE=es_ES make run