en.ts 119 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export const en = { name: 'English', navigation: { back: 'Back', }, }; export type I18NStrings = typeof en;