mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 13:45:31 +00:00
chore(l10n): update translations (#3512)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
@ -24,6 +24,7 @@ year = datetime.datetime.now().year
|
||||
|
||||
# target locales
|
||||
target_locales = [
|
||||
'bg', # Bulgarian
|
||||
'de', # German
|
||||
'en', # English
|
||||
'en_GB', # English (United Kingdom)
|
||||
@ -32,9 +33,14 @@ target_locales = [
|
||||
'fr', # French
|
||||
'it', # Italian
|
||||
'ja', # Japanese
|
||||
'ko', # Korean
|
||||
'pl', # Polish
|
||||
'pt', # Portuguese
|
||||
'pt_BR', # Portuguese (Brazil)
|
||||
'ru', # Russian
|
||||
'sv', # Swedish
|
||||
'tr', # Turkish
|
||||
'uk', # Ukrainian
|
||||
'zh', # Chinese
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user