mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
test with en for zar variations
This commit is contained in:
parent
2458502e7f
commit
39127cfcfc
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ strings = new Localization({
|
|||
sv_se: require('./sv_SE.js'),
|
||||
nb_no: require('./nb_NO.js'),
|
||||
tr_tr: require('./tr_TR.js'),
|
||||
zar_xho: require('./zar_XHO.js'),
|
||||
zar_xho: require('./en.js'),
|
||||
zar_afr: require('./en.js'),
|
||||
});
|
||||
|
||||
strings.saveLanguage = lang => AsyncStorage.setItem(AppStorage.LANG, lang);
|
||||
|
|
Loading…
Add table
Reference in a new issue