mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
fix(i18n): match two__letters code to crowdin (#2289)
This commit is contained in:
@@ -1105,8 +1105,8 @@ namespace config {
|
||||
string_restricted_f(vars, "locale", config::sunshine.locale, {
|
||||
"de"sv, // German
|
||||
"en"sv, // English
|
||||
"en-GB"sv, // English (UK)
|
||||
"en-US"sv, // English (US)
|
||||
"en_GB"sv, // English (UK)
|
||||
"en_US"sv, // English (US)
|
||||
"es"sv, // Spanish
|
||||
"fr"sv, // French
|
||||
"it"sv, // Italian
|
||||
|
||||
Reference in New Issue
Block a user