Set Hebrew as RTL language

This commit is contained in:
sha-265 2021-03-26 04:20:29 +03:00 committed by GitHub
parent 8c014d0837
commit fe0bf580d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },