furo
d40cc86bfa
Set correct end line in twlang.py
for strings with context
2024-08-30 20:15:26 +02:00
furo
728bb9777f
Validate language files for …
and non-matching formatters
2024-08-25 00:40:12 +02:00
Robert Müller
cddbc78592
Add RFC 3066 language tags to language index
...
Add RFC 3066 language tags to language index in order to identify the language to select when first starting the game based on the user's locale.
Multiple language tags can be specified per entry separated with a semicolon, as some languages have different tags that do not share a unique prefix (e.g., Simplified and Traditional Chinese).
2023-03-21 21:17:40 +01:00
Dennis Felsing
5ee7ffa33f
Fix twlang decode to handle context lines properly
...
Context line is always one line above. If we don't do this we end up
with empty [Graphics] context lines in the translation files.
2023-02-25 10:40:33 +01:00
Jupeyy
dff876d58c
Add Localizable hint
2022-12-13 17:53:32 +01:00
def
7379a64004
[WIP] Require Python 3.6 (f-strings) and fix pylints
...
So far only done scripts directory, will do the rest if this is
considered good
2022-07-27 09:37:24 +02:00
def
13a8dfa307
Add pylint
...
and fix occurences
2020-12-09 10:40:28 +01:00
def
5b24e95b29
Check translations in github, check formatting strings, fix
2020-11-12 08:57:20 +01:00
def
3daa798639
Implement script/languages support for contexts
2020-09-15 10:30:49 +02:00
def
59cf78be24
Always recreate the language files in same order
...
Alphabetically as the files are located in directory structure.
Keeps the language files more stable
2020-06-30 21:38:14 +02:00
heinrich5991
945ea1cf28
Make language scripts callable from anywhere
2018-07-25 09:17:09 +02:00
heinrich5991
3a8cc43e13
Move language scripts to scripts/
2018-07-25 00:34:02 +02:00