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

Commit

Permalink
Update locale.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Apr 19, 2024
1 parent 1be672f commit ed7a769
Showing 1 changed file with 9 additions and 5 deletions.
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
]


Expand Down

0 comments on commit ed7a769

Please sign in to comment.