Add Romanian in the dropdown

This commit is contained in:
Louis Lam 2023-02-06 15:21:31 +08:00
parent b6d7af988d
commit 271cca0d23
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const languageList = {
"th-TH": "ไทย",
"el-GR": "Ελληνικά",
"yue": "繁體中文 (廣東話 / 粵語)",
"ro": "Limba română",
};
let messages = {

3
src/lang/ro.json Normal file
View File

@ -0,0 +1,3 @@
{
"languageName": "Limba română"
}