Clean up
This commit is contained in:
parent
427b3dcd73
commit
886510d721
3 changed files with 28 additions and 28 deletions
|
@ -19,9 +19,9 @@ const langs = {
|
|||
'es': loadLang('es')
|
||||
};
|
||||
|
||||
Object.entries(langs).map(([, locale]) => {
|
||||
Object.values(langs).forEach(locale => {
|
||||
// Extend native language (Japanese)
|
||||
locale = Object.assign({}, native, locale);
|
||||
Object.assign(locale, native);
|
||||
});
|
||||
|
||||
module.exports = langs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue