mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-19 04:34:33 -05:00
Add Romanian in the dropdown
This commit is contained in:
parent
b6d7af988d
commit
271cca0d23
@ -38,6 +38,7 @@ const languageList = {
|
||||
"th-TH": "ไทย",
|
||||
"el-GR": "Ελληνικά",
|
||||
"yue": "繁體中文 (廣東話 / 粵語)",
|
||||
"ro": "Limba română",
|
||||
};
|
||||
|
||||
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