mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Add new locale: Romanian (ro)
This commit is contained in:
parent
401506a103
commit
75fb27c690
5 changed files with 4209 additions and 1 deletions
|
@ -118,6 +118,10 @@
|
||||||
"translation": "src/locale/messages.zh.xlf",
|
"translation": "src/locale/messages.zh.xlf",
|
||||||
"baseHref": "/zh/"
|
"baseHref": "/zh/"
|
||||||
},
|
},
|
||||||
|
"ro": {
|
||||||
|
"translation": "src/locale/messages.ro.xlf",
|
||||||
|
"baseHref": "/ro/"
|
||||||
|
},
|
||||||
"ru": {
|
"ru": {
|
||||||
"translation": "src/locale/messages.ru.xlf",
|
"translation": "src/locale/messages.ru.xlf",
|
||||||
"baseHref": "/ru/"
|
"baseHref": "/ru/"
|
||||||
|
|
|
@ -115,7 +115,7 @@ export const languages: Language[] = [
|
||||||
{ code: 'pl', name: 'Polski' }, // Polish
|
{ code: 'pl', name: 'Polski' }, // Polish
|
||||||
{ code: 'pt', name: 'Português' }, // Portuguese
|
{ code: 'pt', name: 'Português' }, // Portuguese
|
||||||
// { code: 'pt-BR', name: 'Português (Brazil)' }, // Portuguese (Brazil)
|
// { code: 'pt-BR', name: 'Português (Brazil)' }, // Portuguese (Brazil)
|
||||||
// { code: 'ro', name: 'Română' }, // Romanian
|
{ code: 'ro', name: 'Română' }, // Romanian
|
||||||
{ code: 'ru', name: 'Русский' }, // Russian
|
{ code: 'ru', name: 'Русский' }, // Russian
|
||||||
// { code: 'sk', name: 'Slovenčina' }, // Slovak
|
// { code: 'sk', name: 'Slovenčina' }, // Slovak
|
||||||
{ code: 'sl', name: 'Slovenščina' }, // Slovenian
|
{ code: 'sl', name: 'Slovenščina' }, // Slovenian
|
||||||
|
|
4200
frontend/src/locale/messages.ro.xlf
Normal file
4200
frontend/src/locale/messages.ro.xlf
Normal file
File diff suppressed because it is too large
Load diff
|
@ -94,6 +94,7 @@ http {
|
||||||
~*^nb nb;
|
~*^nb nb;
|
||||||
~*^pl pl;
|
~*^pl pl;
|
||||||
~*^pt pt;
|
~*^pt pt;
|
||||||
|
~*^ro ro;
|
||||||
~*^ru ru;
|
~*^ru ru;
|
||||||
~*^sl sl;
|
~*^sl sl;
|
||||||
~*^fi fi;
|
~*^fi fi;
|
||||||
|
@ -126,6 +127,7 @@ http {
|
||||||
~*^nb nb;
|
~*^nb nb;
|
||||||
~*^pl pl;
|
~*^pl pl;
|
||||||
~*^pt pt;
|
~*^pt pt;
|
||||||
|
~*^ro ro;
|
||||||
~*^ru ru;
|
~*^ru ru;
|
||||||
~*^sl sl;
|
~*^sl sl;
|
||||||
~*^fi fi;
|
~*^fi fi;
|
||||||
|
|
|
@ -105,6 +105,7 @@ http {
|
||||||
~*^nb nb;
|
~*^nb nb;
|
||||||
~*^pl pl;
|
~*^pl pl;
|
||||||
~*^pt pt;
|
~*^pt pt;
|
||||||
|
~*^ro ro;
|
||||||
~*^ru ru;
|
~*^ru ru;
|
||||||
~*^sl sl;
|
~*^sl sl;
|
||||||
~*^fi fi;
|
~*^fi fi;
|
||||||
|
@ -137,6 +138,7 @@ http {
|
||||||
~*^nb nb;
|
~*^nb nb;
|
||||||
~*^pl pl;
|
~*^pl pl;
|
||||||
~*^pt pt;
|
~*^pt pt;
|
||||||
|
~*^ro ro;
|
||||||
~*^ru ru;
|
~*^ru ru;
|
||||||
~*^sl sl;
|
~*^sl sl;
|
||||||
~*^fi fi;
|
~*^fi fi;
|
||||||
|
|
Loading…
Add table
Reference in a new issue