Skip to content

Releases: adonisjs/i18n

Fix URLs in Readme and Instructions file

19 Oct 10:09
Compare
Choose a tag to compare
  • docs: fix URLs in README and instructions file 434aea7

New Contributors

Full Changelog: v1.5.1...v1.5.2

Add REPL bindings

19 Oct 06:03
Compare
Choose a tag to compare

v1.5.0...v1.5.1

Add `hasMessage` and `hasFallbackMessage` methods

19 Oct 02:38
Compare
Choose a tag to compare
  • feat: add helpers to know if a message and a fallback message exists 7ebf2be
  • fix: call I18n.supportedLocales within the view helper d0f499a

Full Changelog: v1.4.1...v1.5.0

Improvements to the inferred locales

18 Oct 13:28
Compare
Choose a tag to compare
  • refactor: mark formatter name property readonly 13b4ff9
  • refactor: improvements to how inferredLocales are collected 07b8958

v1.4.0...v1.4.1

Add support per locale fallback

18 Oct 09:34
Compare
Choose a tag to compare
  • feat: add "getDefaultLocale" and "getSupportedLocales" helpers to view 545ffa5
  • feat: support bigInt data type in formatCurrency method 48835d4
  • feat: add support for per locale fallbacks cdb6dea

v1.3.1...v1.4.0

Fix for v1.3.0

13 Oct 16:27
Compare
Choose a tag to compare
  • fix: bug introduced in the last release 7e6e6ea

v1.3.0...v1.3.1

Small improvements and bug fixes

13 Oct 15:57
Compare
Choose a tag to compare
  • refactor: restructing how validation messages are formatted 7452edd
  • feat: allow defining a raw fallback message to formatMessage method a168aa4
  • refactor: add supportedLocales config option and comment out by default f385fb2
  • fix: import named export Colors from the colors package 513e953
  • refactor: watch yaml language files as well 9f2bd5b
  • refactor: disable html token scanning 456d903

v1.2.1...v1.3.0

Add prettyPrint helper

13 Oct 10:11
Compare
Choose a tag to compare
  • feat: add prettyPrint helper to print missing translations messages on console 17f05c2

v1.2.0...v1.2.1

Add support for notifying about missing validation translations

12 Oct 07:26
Compare
Choose a tag to compare
  • test: add test for emitter events 92ffc24
  • test: fix missing config option in tests 4b1867b
  • feat: add support for always notifying about missing validation messages 947a752

Full Changelog: v1.1.0...v1.2.0

Provide validator messages via translation files

12 Oct 05:05
Compare
Choose a tag to compare
  • feat: provide validator messages via translations 9b76e12
  • chore(package): update dependencies 6b1044c

Full Changelog: v1.0.2...v1.1.0