mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 07:55:27 +02:00
fix: Fix merging
This commit is contained in:
parent
30d7d6b948
commit
c3e6a348ef
1 changed files with 1 additions and 4 deletions
|
@ -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: 'zh',
|
language: 'zh',
|
||||||
country: 'cn',
|
country: 'cn',
|
||||||
name: '中文',
|
name: '中文',
|
||||||
embeddedLocale: merge(login, core),
|
embeddedLocale: login,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue