Skip to content

Commit

Permalink
add romanian
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Feb 7, 2025
1 parent 3d1c196 commit b118d11
Show file tree
Hide file tree
Showing 8 changed files with 6,033 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2534,11 +2534,12 @@ const CONST = {
KO: 'ko',
CH: 'ch',
JA: 'ja',
RO: 'ro',

DEFAULT: 'en',
},

LANGUAGES: ['en', 'es', 'pt', 'it', 'de', 'fr', 'nl', 'pl', 'ru', 'tr', 'ko', 'ch', 'ja'],
LANGUAGES: ['en', 'es', 'pt', 'it', 'de', 'fr', 'nl', 'pl', 'ru', 'tr', 'ko', 'ch', 'ja', 'ro'],

PRONOUNS_LIST: [
'coCos',
Expand Down
1 change: 1 addition & 0 deletions src/languages/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,7 @@ const translations = {
ko: {label: '한국어'},
ch: {label: '中文'},
ja: {label: '日本語'},
ro: {label: 'Română'}
},
translateMessage: 'Nachrichten übersetzen',
viewOriginal: 'Original anzeigen',
Expand Down
1 change: 1 addition & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,7 @@ const translations = {
ko: {label: '한국어'},
ch: {label: '中文'},
ja: {label: '日本語'},
ro: {label: 'Română'}
},
translateMessage: 'Translate messages',
viewOriginal: 'View original',
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,7 @@ const translations = {
ko: {label: '한국어'},
ch: {label: '中文'},
ja: {label: '日本語'},
ro: {label: 'Română'}
},
translateMessage: 'Traducir mensajes',
viewOriginal: 'Ver original',
Expand Down
1 change: 1 addition & 0 deletions src/languages/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,7 @@ const translations = {
ko: {label: '한국어'},
ch: {label: '中文'},
ja: {label: '日本語'},
ro: {label: 'Română'}
},
translateMessage: 'Traduire les messages',
viewOriginal: "Voir l'original",
Expand Down
Loading

0 comments on commit b118d11

Please sign in to comment.