From 352ac9bda12b4f2bd57c0bba1065bf28a7a2c2d0 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:59:12 +0100 Subject: [PATCH] Update TRANSLATIONS.md --- docs/TRANSLATIONS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/TRANSLATIONS.md b/docs/TRANSLATIONS.md index 8a5c378f3a..ec754987a7 100644 --- a/docs/TRANSLATIONS.md +++ b/docs/TRANSLATIONS.md @@ -53,8 +53,11 @@ In some cases automatically translated strings are better than no translation at There is a script to automate given string's translation into multiple languages. Please [install Translate Shell](https://www.soimort.org/translate-shell/#installation) first to be able to run it. -``` +```bash +# This generates translations in categories.txt format tools/unix/translate_categories.sh "Route" +# Translations in strings.txt format +DELIM=" = " tools/unix/translate_categories.sh "Route" ``` ## Technical details