ADD: Croatian language into Settings.

ADD: HRK Fiat in currency settings
This commit is contained in:
Marcos Rodriguez Vélez 2019-01-07 21:05:40 -05:00
parent 23ccaec4a1
commit a9cb1635a4
5 changed files with 11 additions and 8 deletions

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.5.6</string> <string>3.5.7</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
@ -33,7 +33,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>223</string> <string>224</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<false/> <false/>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>

View File

@ -18,7 +18,7 @@ module.exports = {
header: 'Volet je par privatnog ključa (tajna!) i javne adrese' + 'koju slobodno možete dijeliti kada primate novce.', header: 'Volet je par privatnog ključa (tajna!) i javne adrese' + 'koju slobodno možete dijeliti kada primate novce.',
add: 'Dodaj volet', add: 'Dodaj volet',
create_a_wallet: 'Stvori novi volet', create_a_wallet: 'Stvori novi volet',
create_a_wallet1: "Ne košta ništa i možete", create_a_wallet1: 'Ne košta ništa i možete',
create_a_wallet2: 'ih stvoriti moliko želite', create_a_wallet2: 'ih stvoriti moliko želite',
latest_transaction: 'posljednja transakcija', latest_transaction: 'posljednja transakcija',
empty_txs1: 'Vaše transakcije će se pojaviti ovdje', empty_txs1: 'Vaše transakcije će se pojaviti ovdje',
@ -30,8 +30,7 @@ module.exports = {
}, },
add: { add: {
title: 'Dodaj volet', title: 'Dodaj volet',
description: description: 'Možete ili skenirati bekap papirnati volet (u WIF - Wallet Import Format), ili stvoriti novi volet. Segwit je podržan.',
'Možete ili skenirati bekap papirnati volet (u WIF - Wallet Import Format), ili stvoriti novi volet. Segwit je podržan.',
scan: 'Skeniraj', scan: 'Skeniraj',
create: 'Stvori', create: 'Stvori',
label_new_segwit: 'Novi SegWit', label_new_segwit: 'Novi SegWit',
@ -72,7 +71,7 @@ module.exports = {
import: { import: {
title: 'unesi', title: 'unesi',
explanation: explanation:
"Ovdje upiši svoj mnemonik slijed riječi, privatni ključ, WIF, ili što već imaš. BlueWallet će pokušati porocijeniti format i unesti tvoj volet.", 'Ovdje upiši svoj mnemonik slijed riječi, privatni ključ, WIF, ili što već imaš. BlueWallet će pokušati porocijeniti format i unesti tvoj volet.',
imported: 'Uneseno', imported: 'Uneseno',
error: 'Neuspješan unos. Molimo pažljivo provjerite ispravnost unesenih podataka.', error: 'Neuspješan unos. Molimo pažljivo provjerite ispravnost unesenih podataka.',
success: 'Uspjeh', success: 'Uspjeh',
@ -190,7 +189,7 @@ module.exports = {
'BlueWallet ti čuva leđa buraz. Nemaš brige. Gledaj.' + 'BlueWallet ti čuva leđa buraz. Nemaš brige. Gledaj.' +
'Stvoriti ćemo dupli volet sa drugačijom lozinkom. Haha, žišku?' + 'Stvoriti ćemo dupli volet sa drugačijom lozinkom. Haha, žišku?' +
'Pa kad se ovaj počne pjeniti a ti vidiš da je vrag odnio šalu' + 'Pa kad se ovaj počne pjeniti a ti vidiš da je vrag odnio šalu' +
'ti mu podvali ovaj drugi volet. Eto mu ga. Nek si cucla.' , 'ti mu podvali ovaj drugi volet. Eto mu ga. Nek si cucla.',
help2: 'Novi spremnik će biti posve funkcionalan, možeš pohraniti koliko' + 'misliš da je potrebno da izgleda uvjerljivo.', help2: 'Novi spremnik će biti posve funkcionalan, možeš pohraniti koliko' + 'misliš da je potrebno da izgleda uvjerljivo.',
create_fake_storage: 'Stvori fejk enkriptirani spremnik', create_fake_storage: 'Stvori fejk enkriptirani spremnik',
go_back: 'Povratak', go_back: 'Povratak',

View File

@ -33,7 +33,8 @@ let strings;
locale === 'cs-cz' || locale === 'cs-cz' ||
locale === 'th-th' || locale === 'th-th' ||
locale === 'da-dk' || locale === 'da-dk' ||
locale === 'nl-nl' locale === 'nl-nl' ||
locale === 'hr-hr'
) { ) {
locale = locale.replace('-', '_'); locale = locale.replace('-', '_');
strings.setLanguage(locale); strings.setLanguage(locale);
@ -57,6 +58,7 @@ strings = new Localization({
th_th: require('./th_TH.js'), th_th: require('./th_TH.js'),
nl_nl: require('./nl_NL.js'), nl_nl: require('./nl_NL.js'),
fr_fr: require('./fr_FR.js'), fr_fr: require('./fr_FR.js'),
hr_hr: require('./hr_HR.js'),
}); });
strings.saveLanguage = lang => AsyncStorage.setItem(AppStorage.LANG, lang); strings.saveLanguage = lang => AsyncStorage.setItem(AppStorage.LANG, lang);

View File

@ -6,6 +6,7 @@ export const FiatUnit = Object.freeze({
CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' }, CNY: { endPointKey: 'CNY', symbol: '¥', locale: 'zh-CN' },
EUR: { endPointKey: 'EUR', symbol: '€', locale: 'en-EN' }, EUR: { endPointKey: 'EUR', symbol: '€', locale: 'en-EN' },
GBP: { endPointKey: 'GBP', symbol: '£', locale: 'en-GB' }, GBP: { endPointKey: 'GBP', symbol: '£', locale: 'en-GB' },
HRK: { endPointKey: 'HRK', symbol: 'HRK', locale: 'hr-HR' },
INR: { endPointKey: 'INR', symbol: '₹', locale: 'hi-HN' }, INR: { endPointKey: 'INR', symbol: '₹', locale: 'hi-HN' },
JPY: { endPointKey: 'JPY', symbol: '¥', locale: 'ja-JP' }, JPY: { endPointKey: 'JPY', symbol: '¥', locale: 'ja-JP' },
RUB: { endPointKey: 'RUB', symbol: '₽', locale: 'ru-RU' }, RUB: { endPointKey: 'RUB', symbol: '₽', locale: 'ru-RU' },

View File

@ -19,6 +19,7 @@ export default class Language extends Component {
availableLanguages: [ availableLanguages: [
{ label: 'English', value: 'en' }, { label: 'English', value: 'en' },
{ label: 'Česky (CZ)', value: 'cs_cz' }, { label: 'Česky (CZ)', value: 'cs_cz' },
{ label: 'Croatian (HR)', value: 'hr_hr' },
{ label: 'Danish (DK)', value: 'da_dk' }, { label: 'Danish (DK)', value: 'da_dk' },
{ label: 'Deutsch (DE)', value: 'de_de' }, { label: 'Deutsch (DE)', value: 'de_de' },
{ label: 'Dutch (NL)', value: 'nl_nl' }, { label: 'Dutch (NL)', value: 'nl_nl' },