mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update languages.js
This commit is contained in:
parent
032bd46ba0
commit
3450446eb2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
export const AvailableLanguages = Object.freeze([
|
export const AvailableLanguages = Object.freeze([
|
||||||
{ label: 'English', value: 'en' },
|
{ label: 'English', value: 'en' },
|
||||||
{ label: 'Afrikaans (AFR)', value: 'zar_afr' },
|
{ label: 'Afrikaans (AFR)', value: 'zar_afr' },
|
||||||
{ label: 'Arabic (AR)', value: 'ar', isRTL: true },
|
{ label: 'العربية (AR)', value: 'ar', isRTL: true },
|
||||||
{ label: 'Български (BG)', value: 'bg_bg' },
|
{ label: 'Български (BG)', value: 'bg_bg' },
|
||||||
{ label: 'Català (CA)', value: 'ca' },
|
{ label: 'Català (CA)', value: 'ca' },
|
||||||
{ label: 'Chinese (TW)', value: 'zh_tw' },
|
{ label: 'Chinese (TW)', value: 'zh_tw' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue