1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 12:59:24 -05:00
This commit is contained in:
syuilo 2018-07-27 07:05:12 +09:00
parent ab56cb1788
commit a4ee93a355

View file

@ -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;