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:
parent
585308c2e5
commit
9451cd596f
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
1036
frontend/src/locales/ro/common.js
Normal file
1036
frontend/src/locales/ro/common.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user