mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Set Hebrew as RTL language
This commit is contained in:
parent
8c014d0837
commit
fe0bf580d8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export const AvailableLanguages = Object.freeze([
|
|||
{ label: 'Ελληνικά (EL)', value: 'el' },
|
||||
{ label: 'فارسی (FA)', value: 'fa', isRTL: true },
|
||||
{ label: 'Français (FR)', value: 'fr_fr' },
|
||||
{ label: 'עִברִית (HE)', value: 'he' },
|
||||
{ label: 'עִברִית (HE)', value: 'he', isRTL: true },
|
||||
{ label: 'Italiano (IT)', value: 'it' },
|
||||
{ label: 'Indonesia (ID)', value: 'id_id' },
|
||||
{ label: 'Magyar (HU)', value: 'hu_hu' },
|
||||
|
|
Loading…
Add table
Reference in a new issue