UNPKG

ignite-boilerplate-andross-typescript

Version:
6 lines (4 loc) 199 B
import I18nJs from 'i18n-js'; I18nJs.locale = 'en'; // a locale from your available translations export const getLanguages = (): Promise<string[]> => Promise.resolve(['en']); export default I18nJs;