fix: locales
This commit is contained in:
@@ -22,5 +22,4 @@ export const config = {
|
||||
]
|
||||
};
|
||||
|
||||
export const { t, loading, locales, locale, loadTranslations } = new i18n(config);
|
||||
loading.subscribe(($loading) => $loading && console.log('Loading translations...'));
|
||||
export const { t, locales, locale, loadTranslations } = new i18n(config);
|
||||
|
||||
Reference in New Issue
Block a user