mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 01:11:40 +03:00
Update dependencies
This commit is contained in:
@@ -31,6 +31,10 @@ i18n.dateFns = {
|
||||
},
|
||||
};
|
||||
|
||||
i18n.on('languageChanged', (language) => {
|
||||
setDefaultLocale(language);
|
||||
});
|
||||
|
||||
const formatDatePostProcessor = {
|
||||
type: 'postProcessor',
|
||||
name: 'formatDate',
|
||||
@@ -88,8 +92,4 @@ i18n.loadAppLocale = (language) =>
|
||||
});
|
||||
});
|
||||
|
||||
i18n.on('languageChanged', (language) => {
|
||||
setDefaultLocale(language);
|
||||
});
|
||||
|
||||
export default i18n;
|
||||
|
||||
Reference in New Issue
Block a user