feat(i18n): add Romanian (ro) translation (#3708)

* feat(i18n): add Romanian (ro) translation

* chore: update tauri submodule for Romanian language support
This commit is contained in:
Teodor-Mihai Cosma
2026-04-01 10:22:04 +03:00
committed by GitHub
parent 0e516f6e56
commit 9f958a44e2
5 changed files with 1165 additions and 1 deletions
@@ -35,6 +35,7 @@ const options = {
'si',
'zh-CN',
'zh-TW',
'ro',
],
ns: ['translation'],
defaultNs: 'translation',
File diff suppressed because it is too large Load Diff
+1
View File
@@ -33,6 +33,7 @@ const SUPPORTED_LNGS = [
'si',
'zh-CN',
'zh-TW',
'ro',
];
const isBrowser = typeof window !== 'undefined';
@@ -825,6 +825,7 @@ export const TRANSLATED_LANGS = {
si: 'සිංහල',
'zh-CN': '简体中文',
'zh-TW': '正體中文',
ro: 'Română',
};
export const TRANSLATOR_LANGS: Record<string, string> = {