chore(l10n): update translations (#3473)

This commit is contained in:
LizardByte-bot
2025-01-01 22:23:11 -05:00
committed by GitHub
parent bb79557a25
commit d50611c79b
12 changed files with 1686 additions and 34 deletions

View File

@@ -1118,6 +1118,7 @@ namespace config {
}
string_restricted_f(vars, "locale", config::sunshine.locale, {
"bg"sv, // Bulgarian
"de"sv, // German
"en"sv, // English
"en_GB"sv, // English (UK)
@@ -1126,10 +1127,13 @@ namespace config {
"fr"sv, // French
"it"sv, // Italian
"ja"sv, // Japanese
"pl"sv, // Polish
"pt"sv, // Portuguese
"pt_BR"sv, // Portuguese (Brazilian)
"ru"sv, // Russian
"sv"sv, // Swedish
"tr"sv, // Turkish
"uk"sv, // Ukrainian
"zh"sv, // Chinese
});