Skip to content

Commit

Permalink
New Crowdin updates (LizardByte#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored and KuleRucket committed Jun 6, 2024
1 parent 85d33e4 commit 295034e
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 10 deletions.
15 changes: 9 additions & 6 deletions scripts/_locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,19 @@

year = datetime.datetime.now().year

# retroarcher target locales
# 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
'ru', # Russian
'sv', # Swedish
'zh', # Chinese
]


Expand Down
1 change: 1 addition & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ namespace config {
"es"sv, // Spanish
"fr"sv, // French
"it"sv, // Italian
"ja"sv, // Japanese
"ru"sv, // Russian
"sv"sv, // Swedish
"zh"sv, // Chinese
Expand Down
1 change: 1 addition & 0 deletions src_assets/common/assets/web/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h1 class="my-4">{{ $t('config.configuration') }}</h1>
<option value="es">Español (Spanish)</option>
<option value="fr">Français (French)</option>
<option value="it">Italiano (Italian)</option>
<option value="ja">日本語 (Japanese)</option>
<option value="ru">Русский (Russian)</option>
<option value="sv">svenska (Swedish)</option>
<option value="zh">简体中文 (Chinese Simplified)</option>
Expand Down
Loading

0 comments on commit 295034e

Please sign in to comment.