Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion lib/core/settings/domain/settings_entity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ enum Language {
unitedStatesEnglish('en', 'US', 'English'),
franceFrench('fr', 'FR', 'Français'),
spanish('es', 'ES', 'Español'),
finnish('fi', 'FI', 'Suomi');
finnish('fi', 'FI', 'Suomi'),
ukrainian('uk', 'UA', 'Українська'),
russian('ru', 'RU', 'Русский'),
german('de', 'DE', 'Deutsch'),
italian('it', 'IT', 'Italiano'),
portuguese('pt', 'PT', 'Português');

final String languageCode;
final String? countryCode;
Expand Down
4 changes: 2 additions & 2 deletions localization/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"@sellAdvancedOptions": {
"description": "Title for advanced options bottom sheet"
},
"bip329LabelsImportSuccess": "{count, plural, =1{1 Label importiert} sonstige{{count} Label importiert}}}}",
"bip329LabelsImportSuccess": "{count, plural, =1{1 Label importiert} other{{count} Labels importiert}}",
"@bip329LabelsImportSuccess": {
"description": "Success message after importing labels",
"placeholders": {
Expand Down Expand Up @@ -5211,7 +5211,7 @@
"@transactionLabelCreatedAt": {
"description": "Label for creation timestamp"
},
"bip329LabelsExportSuccess": "{count, plural, =1{1 Label exportiert} sonstige{{count} Labels exportiert}}}}",
"bip329LabelsExportSuccess": "{count, plural, =1{1 Label exportiert} other{{count} Labels exportiert}}",
"@bip329LabelsExportSuccess": {
"description": "Success message after exporting labels",
"placeholders": {
Expand Down
4 changes: 2 additions & 2 deletions localization/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"@electrumPrivacyNoticeSave": {
"description": "Save button in privacy notice dialog"
},
"bip329LabelsImportSuccess": "{count, plurale, =1{1 etichetta importata} altre{{count} etichette importate}}",
"bip329LabelsImportSuccess": "{count, plural, =1{1 etichetta importata} other{{count} etichette importate}}",
"@bip329LabelsImportSuccess": {
"description": "Success message after importing labels",
"placeholders": {
Expand Down Expand Up @@ -5339,7 +5339,7 @@
"@transactionLabelCreatedAt": {
"description": "Label for creation timestamp"
},
"bip329LabelsExportSuccess": "{count, plurale, =1{1 etichetta esportata} altre{{count} etichette esportate}}",
"bip329LabelsExportSuccess": "{count, plural, =1{1 etichetta esportata} other{{count} etichette esportate}}",
"@bip329LabelsExportSuccess": {
"description": "Success message after exporting labels",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion localization/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"@electrumPrivacyNoticeSave": {
"description": "Save button in privacy notice dialog"
},
"bip329LabelsImportSuccess": "(conta, plural, =1{1 rótulo importado} outros rótulos{{count} importados}}",
"bip329LabelsImportSuccess": "{count, plural, =1{1 rótulo importado} other{{count} rótulos importados}}",
"@bip329LabelsImportSuccess": {
"description": "Success message after importing labels",
"placeholders": {
Expand Down
4 changes: 2 additions & 2 deletions localization/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"@electrumPrivacyNoticeSave": {
"description": "Save button in privacy notice dialog"
},
"bip329LabelsImportSuccess": "{count,плюрал, =1{1 этикетка импортная} другие {count} этикетки импортные}}",
"bip329LabelsImportSuccess": "{count, plural, =1{1 этикетка импортирована} other{{count} этикеток импортировано}}",
"@bip329LabelsImportSuccess": {
"description": "Success message after importing labels",
"placeholders": {
Expand Down Expand Up @@ -5327,7 +5327,7 @@
"@transactionLabelCreatedAt": {
"description": "Label for creation timestamp"
},
"bip329LabelsExportSuccess": "{count,плюрал, =1{1 этикетка экспортируется} другие {count} этикетки экспортируется}}",
"bip329LabelsExportSuccess": "{count, plural, =1{1 этикетка экспортирована} other{{count} этикеток экспортировано}}",
"@bip329LabelsExportSuccess": {
"description": "Success message after exporting labels",
"placeholders": {
Expand Down
4 changes: 2 additions & 2 deletions localization/app_uk.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4106,7 +4106,7 @@
"@electrumPrivacyNoticeSave": {
"description": "Save button in privacy notice dialog"
},
"bip329LabelsImportSuccess": "{count, plural, =1{1 імпортований} інші {{count} етикетки імпортовані}}",
"bip329LabelsImportSuccess": "{count, plural, =1{1 етикетка імпортована} other{{count} етикеток імпортовано}}",
"@bip329LabelsImportSuccess": {
"description": "Success message after importing labels",
"placeholders": {
Expand Down Expand Up @@ -7477,7 +7477,7 @@
"@exchangeKycLevelLight": {
"description": "KYC verification level: Light"
},
"bip329LabelsExportSuccess": "{count, plural, =1{1} імпортований {{count} етикетки експортовані}}",
"bip329LabelsExportSuccess": "{count, plural, =1{1 етикетка експортована} other{{count} етикеток експортовано}}",
"@bip329LabelsExportSuccess": {
"description": "Success message after exporting labels",
"placeholders": {
Expand Down