summaryrefslogtreecommitdiff
path: root/docs/i18n-howto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/i18n-howto.rst')
-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