Releases: adonisjs/i18n
Releases · adonisjs/i18n
Fix URLs in Readme and Instructions file
- docs: fix URLs in README and instructions file 434aea7
New Contributors
Full Changelog: v1.5.1...v1.5.2
Add REPL bindings
- feat: add repl bindings 5ce9c0b
Add `hasMessage` and `hasFallbackMessage` methods
- 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
Add support per locale fallback
Fix for v1.3.0
- fix: bug introduced in the last release 7e6e6ea
Small improvements and bug fixes
- 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
Add prettyPrint helper
- feat: add prettyPrint helper to print missing translations messages on console 17f05c2
Add support for notifying about missing validation translations
- 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
- feat: provide validator messages via translations 9b76e12
- chore(package): update dependencies 6b1044c
Full Changelog: v1.0.2...v1.1.0