Skip to content

Releases: AsgardCms/Translation

1.7.0

18 Dec 16:27
Compare
Choose a tag to compare

Added

  • Notification messages.view all translation key
  • Adding Turkish language
  • Added Dutch translations.

1.6.1

09 Dec 22:26
Compare
Choose a tag to compare
  • Fixing key index name in down method

1.6.0

01 Dec 12:39
Compare
Choose a tag to compare

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

01 Dec 11:53
Compare
Choose a tag to compare

Changed

  • Adding a case if there are no revisions yet

1.5.0

01 Dec 10:44
Compare
Choose a tag to compare

Changed

  • Adding an index on the key column of the translations table

1.4.1

01 Dec 08:44
Compare
Choose a tag to compare

Changed

  • Check that asgard is installed before registering the custom translator

1.4.0

30 Nov 20:46
Compare
Choose a tag to compare

Added

  • Revisions on the static translations

1.3.0

30 Nov 15:17
Compare
Choose a tag to compare

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

30 Nov 14:11
Compare
Choose a tag to compare

Added

  • Adding the venturecraft/revisionable package
  • Added Turkish language (PR #3 )
  • Added Macedonina locale for Core module (PR #4 )

1.2.0

30 Nov 12:53
Compare
Choose a tag to compare

Added

  • Edit translations via a web GUI