modules icon indicating copy to clipboard operation
modules copied to clipboard

Nuxt-i18n-data ; a module to load data for vue-i18n

Open devonik opened this issue 2 years ago • 0 comments

Description

This module is helper for the vue-i18n nuxt module. It provides the translation data by googlesheet API request or custom API (depends on rumtime config). The translations will be loaded on build time or by calling GET to /api/i18n. It also provides a plugin wich contains a function to GET the data and push it to i18n instance. In future it would be awesome to set the i18n messages on server it's updated on each client but it's not possible atm i think.

Repository

https://github.com/devonik/nuxt-i18n-data

npm

https://www.npmjs.com/package/nuxt-i18n-data

Nuxt Compatibility

Nuxt 3

devonik avatar Jul 02 '23 15:07 devonik