refactor: better translation formatting

This commit is contained in:
Matt Kilgore
2024-08-04 13:11:27 -04:00
parent 005516013f
commit fdbfa0e76f
4 changed files with 50 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ export default defineNuxtPlugin(({ vueApp }) => {
legacy: false,
globalInjection: true,
locale: "en",
fallbackLocale: "en",
messageCompiler,
messages,
});