Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add nuxt-18n-data module #722

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions modules/nuxt-i18n-data.yml
Original file line number Diff line number Diff line change
@@ -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: {}