Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Add languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 22, 2024
1 parent 5d643ae commit d2ea615
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Contents/DefaultPrefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"es",
"fr",
"it",
"ja",
"pt",
"ru",
"sv",
"zh"
Expand Down
14 changes: 9 additions & 5 deletions scripts/_locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@

# target locales
target_locales = [
'de', # Deutsch
'de', # German
'en', # English
'en_GB', # English (United Kingdom)
'en_US', # English (United States)
'es', # español
'fr', # français
'it', # italiano
'ru', # русский
'es', # Spanish
'fr', # French
'it', # Italian
'ja', # Japanese
'pt', # Portuguese
'ru', # Russian
'sv', # Swedish
'zh', # Chinese Simplified
]


Expand Down

0 comments on commit d2ea615

Please sign in to comment.