mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 15:44:15 -08:00
Add uk-UA to the languageList
This commit is contained in:
parent
7a69f9f56f
commit
da32a1aa19
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue