Add uk-UA to the languageList

This commit is contained in:
Louis Lam 2022-03-31 16:24:28 +08:00
parent 7a69f9f56f
commit da32a1aa19

View file

@ -29,7 +29,8 @@ const languageList = {
"pl": "Polski", "pl": "Polski",
"et-EE": "eesti", "et-EE": "eesti",
"vi-VN": "Tiếng Việt", "vi-VN": "Tiếng Việt",
"zh-TW": "繁體中文 (台灣)" "zh-TW": "繁體中文 (台灣)",
"uk-UA": "Український",
}; };
let messages = { let messages = {