const LANGUAGE_OPTIONS
Last updated 2 months ago
This constant defines the language options shown in the Settings Page Component.
export const LANGUAGE_OPTIONS: LanguageOption[] = [ { directionality: 'ltr', font: 'noto-sans', icon: 'translate', nameKey: 'english', value: 'en', }, { directionality: 'rtl', font: 'noto-sans-arabic', icon: 'translate', nameKey: 'arabic', value: 'ar', }, ];