feat: add Romanian translation (#4247)

* feat: add Romanian translation

* Update resources.js

Add Romanian

* linting

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
dp 2025-08-11 18:17:37 +03:00 committed by GitHub
parent 585308c2e5
commit 9451cd596f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1040 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import Danish from "./da/common.js";
import Japanese from "./ja/common.js";
import Lativian from "./lv/common.js";
import Polish from "./pl/common.js";
import Romanian from "./ro/common.js";
export const defaultNS = "common";
export const resources = {
@ -101,4 +102,7 @@ export const resources = {
pl: {
common: Polish,
},
ro: {
common: Romanian,
},
};

File diff suppressed because it is too large Load Diff