Releases: GENL/matice
Releases · GENL/matice
1.2.1
Respect additional JSON paths from Laravel
This makes available the owsome PR #48. Thank you @redelschaap, you guy rocks.
What's Changed
- Respect additional JSON paths from Laravel by @redelschaap in #48
New Contributors
- @redelschaap made their first contribution in #48
Full Changelog: 1.1.9...1.2.0
1.1.9
1.1.8
What's Changed
- Insert export statement in the generated file and always add the fallback language to the matice object by @GENL in #44
New Contributors
- @patrickomeara made their first contribution in #33
- @mgralikowski made their first contribution in #31
- @RocketC31 made their first contribution in #34
Remove server path in comment
1.1.7 Remove the path in the comment when using cached translations. https:…
Fix "matice:generate" command not exists when running in production.
Resctrictions on translations: choose which translation namespaces to export
Add the keys 'only' and 'except' in the config file to set up a whitelist or a blacklist of translations folders/files to export or not to export. (#11)
Add the possibility to force the locale for a specific translation without changing the global locale.
Add locale
attribute on the trans
function
Make the translations script tag usable in the <head>
Remove the div that wraps the translations script tag.
Add support of dot key
Related PR: #5