mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
i18n: Add Traditional Chinese language code
This commit is contained in:
parent
fb529986c7
commit
29c3a83a45
@ -137,6 +137,10 @@ abstract class LanguageLocals {
|
||||
name: "Simplified Chinese",
|
||||
nativeName: "简体中文",
|
||||
),
|
||||
"zh_TW": const ISOLanguageName(
|
||||
name: "Traditional Chinese",
|
||||
nativeName: "繁體中文(台灣)",
|
||||
),
|
||||
// "cv": const ISOLanguageName(
|
||||
// name: "Chuvash",
|
||||
// nativeName: "чӑваш чӗлхи",
|
||||
|
Loading…
Reference in New Issue
Block a user