Fix translations.

This commit is contained in:
Buster Neece 2023-10-19 19:01:42 -05:00
parent 46eed07db2
commit d64b1a450c
No known key found for this signature in database
3 changed files with 2324 additions and 2272 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
input: {
path: './vue',
path: './src',
include: ["**/*.js", "**/*.ts", "**/*.vue"]
},
output: {

View File

@ -19,10 +19,8 @@ export async function installTranslate(vueApp: App): Promise<void> {
translations: (localePath in translations) ?
await translations[localePath]()
: {},
silent: false
silent: true
});
window.gettext = gettext;
vueApp.use(gettext);
}

File diff suppressed because it is too large Load Diff