chore(l10n): update translations (#4115)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
LizardByte-bot 2025-08-31 16:06:09 -04:00 committed by GitHub
commit 705d763729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1303 additions and 284 deletions

View file

@ -1252,6 +1252,7 @@ namespace config {
"en_US"sv, // English (US)
"es"sv, // Spanish
"fr"sv, // French
"hu"sv, // Hungarian
"it"sv, // Italian
"ja"sv, // Japanese
"ko"sv, // Korean
@ -1262,6 +1263,7 @@ namespace config {
"sv"sv, // Swedish
"tr"sv, // Turkish
"uk"sv, // Ukrainian
"vi"sv, // Vietnamese
"zh"sv, // Chinese
"zh_TW"sv, // Chinese (Traditional)
});