mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-15 02:35:08 +02:00
Fix bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user