ni18n

Simple and powerful i18next integration for next.js

MIT License

Downloads
33.9K
Stars
46
Committers
4

Bot releases are visible (Hide)

ni18n - v1.0.5 🌈 Latest Release

Published by github-actions[bot] over 2 years ago

Changes

  • Update documentation with known issue and workaround.

🧰 Maintenance

  • Chore/update deps (#143) @JCQuintas
ni18n - v1.0.3 🌈

Published by github-actions[bot] almost 3 years ago

Changes

  • feature: target ES5 instead of ES6 to help with users that need compatibility with older browsers(#48) @JCQuintas

  • chore: update packages and configure dependabot (#46) @JCQuintas

  • chore:update next 12 (#37) @JCQuintas

🧰 Maintenance

  • docs: Add i18next 21 docs (#35) @JCQuintas
ni18n - v1.0.2 🌈

Published by github-actions[bot] about 3 years ago

Changes

  • Chore: Make Sync update yarn lock (#34) @JCQuintas
  • Chore: update packages (#29) @JCQuintas
  • Tests: e2e test for clientNamespaces and remodel e2e tests (#16) @JCQuintas
  • Tests: E2E Tests now verify if page requests only the expected files (#15) @JCQuintas
ni18n - First Release

Published by github-actions[bot] about 3 years ago

🚀 Features

  • Load translations when Server Side Rendering
  • Load translations when Client Side Rendering
  • Allow users to set specific namespaces to be loaded in each mode
  • Possible to test e2e scenarios on all examples locally with docker
  • 100% unit tests
  • Documentation on gitbook