You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/test/session/unit/utils/i18n/util.ts

8 lines
154 B
TypeScript

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