Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaniy authored Feb 3, 2022
1 parent f240f32 commit 6bcb46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ lang = user.lang() # config.py or system language
lang = user.lang("ru") # the same as user.lang("Russian") and user.lang("Русский")
```

The tools support English and Russian. German is a stub in the file for storing titles in different languages, [`strings.py`](Scripts/strings.py). If someone wants to add support for any language, this can be easily done.
TCT supports English, German and Russian. If you want to add support for your language, you can do it in the same way as Russian and German in [`strings.py`](Scripts/strings.py).

0 comments on commit 6bcb46e

Please sign in to comment.