We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66322e5 commit 26345c1Copy full SHA for 26345c1
1 file changed
src/layers.ts
@@ -91,7 +91,7 @@ export async function resolveLayerVueI18nConfigInfo(ctx: I18nNuxtContext, nuxt =
91
const resolved = await findPath(layer.i18n.vueI18n || 'i18n.config', { cwd: layer.i18nDir, extensions: EXECUTABLE_EXTENSIONS })
92
93
if (!resolved) {
94
- if (import.meta.dev && layer.i18n.vueI18n) {
+ if (layer.i18n.vueI18n) {
95
logger.warn(`Vue I18n configuration file \`${layer.i18n.vueI18n}\` not found in \`${layer.i18nDir}\`. Skipping...`)
96
}
97
continue
0 commit comments