mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-06 03:36:03 +02:00
[Client] set lang
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = langs.map(([lang, locale]) => {
|
||||
name,
|
||||
entry,
|
||||
module: module_(lang, locale),
|
||||
plugins: plugins(version),
|
||||
plugins: plugins(version, lang),
|
||||
output
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user