mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Update i18n.js (#2927)
I want to commit to this project by translating it to Georgian, I added "ge" : "ქართული", "ქართული" means Georgian in Georgian language
This commit is contained in:
parent
09fa60de55
commit
0778549a6d
|
@ -41,7 +41,8 @@ const languageList = {
|
|||
"el-GR": "Ελληνικά",
|
||||
"yue": "繁體中文 (廣東話 / 粵語)",
|
||||
"ro": "Limba română",
|
||||
"ur": "Urdu"
|
||||
"ur": "Urdu",
|
||||
"ge": "ქართული"
|
||||
};
|
||||
|
||||
let messages = {
|
||||
|
|
Loading…
Reference in a new issue