mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
chore: Skip embedding core translations
This commit is contained in:
parent
51ef0ffbf9
commit
ddf9edfdc7
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
import dateFns from 'date-fns/locale/da';
|
import dateFns from 'date-fns/locale/da';
|
||||||
import timeAgo from 'javascript-time-ago/locale/da';
|
import timeAgo from 'javascript-time-ago/locale/da';
|
||||||
|
|
||||||
import markdownEditor from './markdown-editor.json';
|
import markdownEditor from './markdown-editor.json';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
import merge from 'lodash/merge';
|
|
||||||
|
|
||||||
import login from './login';
|
import login from './login';
|
||||||
import core from './core';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
language: 'da-DK',
|
language: 'da-DK',
|
||||||
country: 'dk',
|
country: 'dk',
|
||||||
name: 'Dansk',
|
name: 'Dansk',
|
||||||
embeddedLocale: merge(login, core),
|
embeddedLocale: login,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue