forked from organicmaps/organicmaps-tmp
Update TRANSLATIONS.md
This commit is contained in:
parent
8ebcccd875
commit
352ac9bda1
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue