Skip to content

I18N config file must be set in nuxt.config.ts #201

@AloisSeckar

Description

@AloisSeckar

Having NUXT_PUBLIC_IGNIS_I18N_CONFIG=./elrhistory-i18n.config.ts in .env should set up custom I18N config file.

But despite the value appears to be correct, translation messages cannot be loaded.

It only works with

  i18n: {
    vueI18n: './elrhistory-i18n.config.ts',
  },

directly in nuxt.config.ts

Need to investigate, if this is an upstream bug, or if it is related to this project somehow. And if yes, provide additional info to Nuxt Ignis users to avoid them troubles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions