mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59: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 timeAgo from 'javascript-time-ago/locale/da';
|
||||
|
||||
import markdownEditor from './markdown-editor.json';
|
||||
|
||||
export default {
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
import merge from 'lodash/merge';
|
||||
|
||||
import login from './login';
|
||||
import core from './core';
|
||||
|
||||
export default {
|
||||
language: 'da-DK',
|
||||
country: 'dk',
|
||||
name: 'Dansk',
|
||||
embeddedLocale: merge(login, core),
|
||||
embeddedLocale: login,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue