mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add support for Vietnamese.
This commit is contained in:
parent
49dbe3e0d9
commit
fd88af8824
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ export default {
|
|||
{ code: "th", name: "ไทย" },
|
||||
{ code: "tr", name: "Türkçe" },
|
||||
{ code: "uk", name: "Українська" },
|
||||
{ code: "vi", name: "Tiếng Việt" },
|
||||
{ code: "zh_Hant", name: "繁體中文" },
|
||||
{ code: "zh_Hans", name: "简体中文" },
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue