// en/i18n
export const i18n = {
  language: 'Language',
  hebrew: 'Hebrew',
  english: 'English',
  he_label: 'עב',
  en_label: 'EN',
} as const;
