import { setupI18n } from '../../../../../util/i18n/i18n';
export function initI18n() {
return setupI18n({
crowdinLocale: 'en', // testing
});
}