diff --git a/modules/nuxt-i18n-data.yml b/modules/nuxt-i18n-data.yml new file mode 100644 index 000000000..46795532d --- /dev/null +++ b/modules/nuxt-i18n-data.yml @@ -0,0 +1,21 @@ +name: nuxt-i18n-data +description: >- + This nuxt 3 module is an extension for the nuxt module @nuxtjs/i18n and can be + used to load locale messages from an custom api or google spreadsheet. The + api configured in the config will be called initial after nuxt build and can + be called again via plugin that is provided by this module - access via + $i18nData +repo: devonik/nuxt-i18n-data +npm: nuxt-i18n-data +icon: i18n.png +github: https://github.com/devonik/nuxt-i18n-data +website: https://github.com/devonik/nuxt-i18n-data#readme +learn_more: https://github.com/devonik/nuxt-i18n-data +category: Extensions +type: 3rd-party +maintainers: + - name: devnik + github: https://github.com/devonik +compatibility: + nuxt: ^3.0.0 + requires: {}