Add Romanian translation (#10890)

* Add Romanian translation

* romanian added
This commit is contained in:
python27tt
2025-01-22 15:53:17 +01:00
committed by GitHub
parent 7dc18a41b1
commit 91112b4365
3 changed files with 2942 additions and 0 deletions
@@ -10,6 +10,7 @@ import {
th,
tr,
uk,
ro,
mk,
mn,
ar
@@ -83,6 +84,12 @@ export const languages: Language[] = [
ltr: true,
date_locale: uk,
},
{
code: "ro",
display_name: "Română",
ltr: true,
date_locale: ro,
},
{
code: "mk",
display_name: "Македонски",
@@ -9,6 +9,7 @@ import ptBR from "./ptBR.json"
import th from "./th.json"
import tr from "./tr.json"
import uk from "./uk.json"
import ro from "./ro.json"
import mk from "./mk.json"
import mn from "./mn.json"
import ar from "./ar.json"
@@ -47,6 +48,9 @@ export default {
uk: {
translation: uk,
},
ro: {
translation: ro,
},
mk: {
translation: mk,
},
File diff suppressed because it is too large Load Diff