mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 01:11:40 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -79,8 +79,8 @@ i18n
|
||||
debug: process.env.NODE_ENV !== 'production',
|
||||
});
|
||||
|
||||
i18n.loadAppLocale = (language) =>
|
||||
import(`./locales/${language}/app`).then((module) => {
|
||||
i18n.loadCoreLocale = (language) =>
|
||||
import(`./locales/${language}/core`).then((module) => {
|
||||
const locale = module.default;
|
||||
|
||||
Object.keys(locale).forEach((namespace) => {
|
||||
|
||||
Reference in New Issue
Block a user