mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Add uk-UA to the languageList
This commit is contained in:
parent
7a69f9f56f
commit
da32a1aa19
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ const languageList = {
|
|||
"pl": "Polski",
|
||||
"et-EE": "eesti",
|
||||
"vi-VN": "Tiếng Việt",
|
||||
"zh-TW": "繁體中文 (台灣)"
|
||||
"zh-TW": "繁體中文 (台灣)",
|
||||
"uk-UA": "Український",
|
||||
};
|
||||
|
||||
let messages = {
|
||||
|
|
Loading…
Reference in a new issue