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:
committed by
GitHub
parent
0e516f6e56
commit
9f958a44e2
@@ -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
@@ -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> = {
|
||||
|
||||
+1
-1
Submodule packages/tauri updated: 151078f6ef...ad706b667b
Reference in New Issue
Block a user