Skip to content

Releases: svennis94/Laravel-POEditor

Added Laravel 5.7 support

10 Dec 10:26
Compare
Choose a tag to compare

Added support for Laravel 5.7

Relates to #1

Fire an event on synchronisation completion

12 May 10:34
Compare
Choose a tag to compare

Added

  • Event class
  • Event test case
  • Fire the event in the command

Behaviour

Once the synchronisation command is completed an event will be fired. With an event listener you'll than be able to clear your translation caches or something else that involves the locales / translations.

Locales file

12 May 09:54
Compare
Choose a tag to compare

Added

  • Create a resources/lang/locales.json file so you have all the available locales.
  • Added unit tests to test the locales functionality.

Changed

  • Abstracted the JSON file creation in the command to a separate function.

Initial working code!

12 May 09:51
Compare
Choose a tag to compare

Added