Translation Laravel Versions Save

Laravel translation made __('simple').

v1.13

3 years ago

Fixes (bugs & defects):

v1.12

3 years ago

Fixes (bugs & defects):

  • Relax Guzzle dependency to work with Laravel 8

v1.11

3 years ago

New features:

  • Compatibility with Laravel 8

v1.10

4 years ago

New features:

  • Compatibility with Laravel 7 and PHP 7.4

v1.9

4 years ago

New features:

  • Add ignored_key_prefixes option (documentation).
  • Better API request error management.

Fixes (bugs & defects):

  • gettext_parse_paths and gettext_locales_path are now optional and will use the default values if not specified.

v1.8

4 years ago

Fixes (bugs & defects):

  • Don't crash on sync when locale files don't contain a specific key for source editions, thanks @lsmith77

v1.7

4 years ago

New features:

  • Laravel 6 compatibility (#14)

v1.6

5 years ago

Fixes (bugs & defects):

  • Default locale independent to translation setup (PR #9), thanks @nikosv
  • Improve readability of target language JSON files by not escaping unicode chars or slashes.

v1.5

5 years ago

Fixes (bugs & defects):

  • Increase the compatibility with Laravel 5.1 (maybe less).

v1.4

5 years ago

Fixes (bugs & defects):

  • Fix important bug that didn't detect some existing translations when php artisan translation:init a new already-translated project.