mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-19 12:44:27 -05:00
Add Romanian in the dropdown
This commit is contained in:
parent
b6d7af988d
commit
271cca0d23
@ -38,6 +38,7 @@ const languageList = {
|
|||||||
"th-TH": "ไทย",
|
"th-TH": "ไทย",
|
||||||
"el-GR": "Ελληνικά",
|
"el-GR": "Ελληνικά",
|
||||||
"yue": "繁體中文 (廣東話 / 粵語)",
|
"yue": "繁體中文 (廣東話 / 粵語)",
|
||||||
|
"ro": "Limba română",
|
||||||
};
|
};
|
||||||
|
|
||||||
let messages = {
|
let messages = {
|
||||||
|
3
src/lang/ro.json
Normal file
3
src/lang/ro.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"languageName": "Limba română"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user