diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index 05e7355fa..4c7b06d2a 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -145,6 +145,10 @@ function getSupportedLocales() { { "id": "cn", "name": "简体中文" + }, + { + "id": "ro", + "name": "Română" } ]; }