From 5df6f32fdac4ab937a28543dcf7f90b74c090aa9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Sep 2024 02:06:51 +0300 Subject: [PATCH] i18n: Add Romanian to the list of languages --- src/routes/api/options.ts | 4 ++++ 1 file changed, 4 insertions(+) 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ă" } ]; }