Releases: AsgardCms/Translation
Releases · AsgardCms/Translation
1.7.0
Added
- Notification
messages.view all
translation key
- Adding Turkish language
- Added Dutch translations.
1.6.1
- Fixing
key
index name in down method
1.6.0
added
- Translations revisions now also record the created event
- Adding new event column on revisions modal
changed
- Making the history limit amount configurable
- Reversing the history array, to show the most up to date revision first
1.5.1
Changed
- Adding a case if there are no revisions yet
1.5.0
Changed
- Adding an index on the key column of the translations table
1.4.1
Changed
- Check that asgard is installed before registering the custom translator
1.4.0
Added
- Revisions on the static translations
1.3.0
Changed
- Updating the file implementation to read the locations of translations directly from laravel's loader
- Moved the
TranslationServiceProvider
definition to the Core module
- Defined a custom
TranslationLoader
class
1.2.1
Added
- Adding the venturecraft/revisionable package
- Added Turkish language (PR #3 )
- Added Macedonina locale for Core module (PR #4 )
1.2.0
Added
- Edit translations via a web GUI