i18n: Add Romanian to the list of languages

This commit is contained in:
Elian Doran 2024-09-01 02:06:51 +03:00
parent d31bc8a0bd
commit 5df6f32fda
No known key found for this signature in database

View File

@ -145,6 +145,10 @@ function getSupportedLocales() {
{
"id": "cn",
"name": "简体中文"
},
{
"id": "ro",
"name": "Română"
}
];
}