Translation Laravel Versions Save

Laravel translation made __('simple').

v1.23

1 year ago

Fixes (bugs & defects):

  • Remove deprecation warning (#34).

v1.22

1 year ago

New features:

  • Compatible with Laravel 10.

Fixes (bugs & defects):

  • Make gettext_locales_path optional with fallback to current path.lang/gettext directory (better default for Laravel >= 9)

v1.21

1 year ago

Fixes (bugs & defects):

  • Use the main php-vcr repository again for tests. They now support Symfony 6 and newest Laravel versions: (cf. php-vcr/php-vcr#361).

v1.20

1 year ago

New features:

  • Add user-friendly warnings when a not-valid JSON file failed to be loaded.

v1.19

2 years ago

Fixes (bugs & defects):

  • Better code standards for generated PHP files (#31).

v1.18

2 years ago

Fixes (bugs & defects):

  • Better support for Laravel 9 new default lang path (instead of previously resources/lang path).

v1.17

2 years ago

New features:

  • Support for Laravel 9

v1.16

3 years ago

This package no longer support Laravel versions smaller than 5.5

New features:

  • Support for multiple JSON paths. See here to add them (cf. #24 and PR #25), thanks @inxilpro.
  • Ignore untranslated keys when syncing and creating JSON files on disk (same behavior).

v1.15

3 years ago

Fixes (bugs & defects):

  • Better error management for errors like "SSL certificate problem" that don't have any response body.

v1.14

3 years ago

Fixes (bugs & defects):