Skip to content
Snippets Groups Projects
Commit a4ee93a3 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent ab56cb17
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ const langs = {
Object.values(langs).forEach(locale => {
// Extend native language (Japanese)
Object.assign(locale, native);
locale = Object.assign({}, native, locale);
});
module.exports = langs;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment