mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +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 core from './core';
|
||||
|
||||
export default {
|
||||
language: 'zh',
|
||||
country: 'cn',
|
||||
name: '中文',
|
||||
embeddedLocale: merge(login, core),
|
||||
embeddedLocale: login,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue