web: stylize the file receiver, move text to i18n, update remux page

This commit is contained in:
wukko
2024-08-13 14:17:10 +06:00
parent 09deb5c7b6
commit af428bc964
6 changed files with 160 additions and 32 deletions

View File

@@ -24,6 +24,7 @@ for (const [path, loader] of Object.entries(locFiles)) {
const defaultLocale = 'en';
const config: Config<{
value?: string;
formats?: string;
}> = {
fallbackLocale: defaultLocale,
translations: Object.keys(parsedLocfiles).reduce((obj, lang) => {