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 = {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"languageName": "Limba română"
|
||||
}
|
Loading…
Reference in New Issue