Replaced hard-coded strings with localizable strings
Added en locale as localization fallback
This commit is contained in:
@@ -361,6 +361,9 @@ export default {
|
||||
}
|
||||
],
|
||||
defaultLocale: "en",
|
||||
vueI18n: {
|
||||
fallbackLocale: "en"
|
||||
},
|
||||
lazy: true,
|
||||
langDir: "lang/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user