chore(carlita): Remove unneeded mergeI18n config
This commit is contained in:
parent
1b800b4ad8
commit
eda76b7dd7
1 changed files with 1 additions and 5 deletions
|
@ -49,11 +49,7 @@ const Carlita = new Design({
|
|||
})
|
||||
|
||||
// Merge translations
|
||||
const i18n = mergeI18n([carltonI18n, carlitaI18n], {
|
||||
p: { drop: [] },
|
||||
o: { drop: [] },
|
||||
s: { drop: [] },
|
||||
})
|
||||
const i18n = mergeI18n([carltonI18n, carlitaI18n])
|
||||
|
||||
// Named exports
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue