chore(l10n): update translations (#3512)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
76bea8acb9
commit
9b9767be0c
21 changed files with 973 additions and 27 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue