type i18nObject = {
    lang: string,
    gettext: (text: string) => string,
    format: (text: string, options: {}) => string,
};