Skip to content

Commit

Permalink
build(lang): removed locale specification, removed warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Oct 31, 2024
1 parent c6340b3 commit b7081d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ app.use(VueTippy, {
app.use(
createI18n({
legacy: false,
fallbackLocale: 'en-US',
fallbackLocale: 'en',
fallbackWarn: false,
missingWarn: false,
messages: {
'it-IT': itTranslation,
'en-US': enTranslation
it: itTranslation,
en: enTranslation
}
})
)
Expand Down

0 comments on commit b7081d3

Please sign in to comment.