mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
ADD: Added Danish (DK) into settings screen
This commit is contained in:
parent
1ae2bf81c6
commit
f2ba903fc3
@ -32,6 +32,7 @@ let strings;
|
||||
locale === 'de-de' ||
|
||||
locale === 'cs-cz' ||
|
||||
locale === 'th-th' ||
|
||||
locale === 'da-dk' ||
|
||||
locale === 'nl-nl'
|
||||
) {
|
||||
locale = locale.replace('-', '_');
|
||||
@ -51,6 +52,7 @@ strings = new Localization({
|
||||
es: require('./es.js'),
|
||||
ua: require('./ua.js'),
|
||||
de_de: require('./de_DE.js'),
|
||||
da_dk: require('./da_DK.js'),
|
||||
cs_cz: require('./cs_CZ.js'),
|
||||
th_th: require('./th_TH.js'),
|
||||
nl_nl: require('./nl_NL.js'),
|
||||
|
@ -18,16 +18,17 @@ export default class Language extends Component {
|
||||
language: loc.getLanguage(),
|
||||
availableLanguages: [
|
||||
{ label: 'English', value: 'en' },
|
||||
{ label: 'Русский', value: 'ru' },
|
||||
{ label: 'Українська', value: 'ua' },
|
||||
{ label: 'Spanish', value: 'es' },
|
||||
{ label: 'Portuguese (BR)', value: 'pt_br' },
|
||||
{ label: 'Portuguese (PT)', value: 'pt_pt' },
|
||||
{ label: 'Deutsch (DE)', value: 'de_de' },
|
||||
{ label: 'Česky (CZ)', value: 'cs_cz' },
|
||||
{ label: 'Thai (TH)', value: 'th_th' },
|
||||
{ label: 'Danish (DK)', value: 'da_dk' },
|
||||
{ label: 'Deutsch (DE)', value: 'de_de' },
|
||||
{ label: 'Dutch (NL)', value: 'nl_nl' },
|
||||
{ label: 'Français (FR)', value: 'fr_fr' },
|
||||
{ label: 'Portuguese (BR)', value: 'pt_br' },
|
||||
{ label: 'Portuguese (PT)', value: 'pt_pt' },
|
||||
{ label: 'Русский', value: 'ru' },
|
||||
{ label: 'Spanish', value: 'es' },
|
||||
{ label: 'Thai (TH)', value: 'th_th' },
|
||||
{ label: 'Українська', value: 'ua' },
|
||||
],
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user