Skip to content

Runtime dynamic loading of messages #3699

Open
@memic84

Description

@memic84

Describe the feature

When loading and fetching messages for external sources, the current advised solution (https://i18n.nuxtjs.org/docs/composables/define-i18n-locale) is during build time, which means for every change in messages we need to run the build/deploy again.

"A function that is the dynamic locale messages loading, that has the following parameters:"

Does this mean that all the messages are fetched only during build, and after that they are lazy loaded?

It would be nice to have a feature, where the messages are cached and aren't loaded during build time.

Would it be possible to implement this?

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions