nuxt/create-nuxt-app

Add i18n as a step in the process

Open

#35 geöffnet am 15. Feb. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (442 Forks)batch import
hacktoberfest

Repository-Metriken

Stars
 (3.451 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Title says it all, there is an i18n example in the documentation, though I think i18next would be preferable.

The documentation example, however, is naïve, it places the locales in one folder, which is okay for a framework default and as a starting point. As a developer with some localization experience I prefer to make each class/plugin/component etc. have their data, configuration, locales, etc. in the same place for maintenance and of course for creating parts that do one thing only.

I guess it's up to me to tool this?

Contributor Guide