From 271cca0d234914fc37a92088433b385ab05ac78e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 6 Feb 2023 15:21:31 +0800 Subject: [PATCH] Add Romanian in the dropdown --- src/i18n.js | 1 + src/lang/ro.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/lang/ro.json diff --git a/src/i18n.js b/src/i18n.js index b6a7beee2..f57408e4e 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -38,6 +38,7 @@ const languageList = { "th-TH": "ไทย", "el-GR": "Ελληνικά", "yue": "繁體中文 (廣東話 / 粵語)", + "ro": "Limba română", }; let messages = { diff --git a/src/lang/ro.json b/src/lang/ro.json new file mode 100644 index 000000000..a659e0bed --- /dev/null +++ b/src/lang/ro.json @@ -0,0 +1,3 @@ +{ + "languageName": "Limba română" +}