mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 04:04:41 -05: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": "Ελληνικά",
|
"el-GR": "Ελληνικά",
|
||||||
"yue": "繁體中文 (廣東話 / 粵語)",
|
"yue": "繁體中文 (廣東話 / 粵語)",
|
||||||
"ro": "Limba română",
|
"ro": "Limba română",
|
||||||
"ur": "Urdu"
|
"ur": "Urdu",
|
||||||
|
"ge": "ქართული"
|
||||||
};
|
};
|
||||||
|
|
||||||
let messages = {
|
let messages = {
|
||||||
|
Loading…
Reference in New Issue
Block a user