Skip to content

Releases: mihkelallorg/laravel-translatable

Dynamic key file path

29 Jun 23:30
0680a11
Compare
Choose a tag to compare

Google key file path can now be set through the config file.

Bugfix

15 May 08:03
a58bf62
Compare
Choose a tag to compare

Allow creating a translation with an empty string.

Bugfixes

13 Mar 09:49
3f8e3f2
Compare
Choose a tag to compare

Fixed a bug which affected retrieving translations.

getTranslated + getDefaultLanguage

07 Mar 09:13
ac121f5
Compare
Choose a tag to compare

Changed the getTranslated method so that it checks for model's default language and lost the default value parameter.

Add getTranslated method

06 Mar 13:43
17ca4d4
Compare
Choose a tag to compare

Added getTranslated method to the Translatable trait.

Optimize, simplify, refactor

06 Mar 11:44
Compare
Choose a tag to compare
  • Removed the constraint of the translation being "fresh" in method translation
  • Translations will now be updated instead of just creating a new one for every translation
  • Added new method getTranslationsAsArray

First release!

12 Jan 18:38
Compare
Choose a tag to compare

Creating translations manually + translate and detectLanguage methods from external translation services.