mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-24 22:49:06 -06:00
feat: allow settings service to store "zh" as language value
This commit is contained in:
@@ -296,6 +296,14 @@ var languageSetting = settingsmsg.Setting_SingleChoiceValue{
|
||||
},
|
||||
DisplayValue: "Türkçe",
|
||||
},
|
||||
{
|
||||
Value: &settingsmsg.ListOptionValue{
|
||||
Option: &settingsmsg.ListOptionValue_StringValue{
|
||||
StringValue: "zh",
|
||||
},
|
||||
},
|
||||
DisplayValue: "汉语",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user