// he/i18n
export const i18n = {
  language: 'שפה',
  hebrew: 'עברית',
  english: 'English',
  he_label: 'עב',
  en_label: 'EN',
} as const;
