mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Upgrade to MUI 5 (#4606)
* save work * fix perf issue on i18n rollup * fix reset styling * move body line-height from reset Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
72743e834e
commit
f619ef23fd
46 changed files with 570 additions and 357 deletions
|
|
@ -79,12 +79,11 @@ async function createI18NDefault() {
|
|||
if (acc[key]) {
|
||||
throw new Error(`i18n key collision: ${key}\n${JSON.stringify(json)}`);
|
||||
}
|
||||
|
||||
acc[key] = json[key];
|
||||
});
|
||||
|
||||
return {
|
||||
...acc,
|
||||
...json,
|
||||
};
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
fse.outputFile(i18nDefaultFile, JSON.stringify(rollup));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue