laravel-larex

Laravel Larex lets you translate your whole Laravel application with a single CSV file.

MIT License

Downloads
28.8K
Stars
90
Committers
3
laravel-larex - v4.5.0 Latest Release

Published by Lukasss93 8 months ago

What's Changed

Full Changelog: https://github.com/Lukasss93/laravel-larex/compare/v4.4.0...v4.5.0

laravel-larex - v4.4.0

Published by Lukasss93 over 1 year ago

laravel-larex - v4.3.0

Published by Lukasss93 almost 2 years ago

What's Changed

Added

  • Added larex:lang:order command
  • Added ability to set source language for "larex:import" command

Fixed

  • Fixed: wrong export message (#26)
  • Fixed: duplicate lint message (#27) in "SameParametersLinter" file

Full Changelog: https://github.com/Lukasss93/laravel-larex/compare/v4.2...v4.3.0

ℹ️ Please check the UPGRADING.md file to update the larex config.

laravel-larex - v4.2

Published by Lukasss93 over 2 years ago

What's Changed

  • Added new linter: SameParametersLinter

Full Changelog: https://github.com/Lukasss93/laravel-larex/compare/v4.1...v4.2

ℹ️ Please check the UPGRADING.md file to update the larex config.

laravel-larex - v4.1

Published by Lukasss93 over 2 years ago

Added

  • Added larex:lang:add command
  • Added larex:lang:remove command
laravel-larex - v4.0

Published by Lukasss93 over 2 years ago

v4.0 - 2022-02-04

⚠️ Please check the UPGRADING.md file before upgrading to this major version!

Added

  • Added support for Laravel 9

Changed

  • Changed path value in larex config

Removed

  • Dropped PHP 7.4 support
  • Dropped Laravel 7 support
laravel-larex - v3.5.2

Published by Lukasss93 about 3 years ago

v3.5.2 - 2021-09-12

Fixed

  • Bug fix: wrong file name if group value has whitespaces
laravel-larex - v3.5.1

Published by Lukasss93 about 3 years ago

v3.5.1 - 2021-08-24

Fixed

  • Bug fix: wrong supported languages code separator
  • Bug fix: wrong logic in UntranslatedStringsLinter
laravel-larex - v3.5

Published by Lukasss93 about 3 years ago

v3.5 - 2021-08-13

Added

  • Added --include and --exclude options to larex:import command
laravel-larex - v3.4

Published by Lukasss93 about 3 years ago

v3.4 - 2021-08-12

Changed

  • Internal classes refactoring
  • Changed PHPUnit with PestPHP
laravel-larex - v3.3.2

Published by Lukasss93 about 3 years ago

v3.3.2 - 2021-08-04

Fixed

  • Bug fix: laravel importer don't follow the naming convention for language folders
laravel-larex - v3.3.1

Published by Lukasss93 about 3 years ago

v3.3.1 - 2021-08-04

Fixed

  • Bug fix: laravel exporter don't follow the naming convention for language folders
laravel-larex - v3.3

Published by Lukasss93 about 3 years ago

v3.3 - 2021-08-03

Added

  • Added a new column in larex:find to preview the first translated value in the csv file
laravel-larex - v3.2

Published by Lukasss93 over 3 years ago

v3.2 - 2021-07-01

Added

  • Added larex:remove command

Fixed

  • Fix wrong separator in stubs files
  • Fix wrong header after larex:insert command
laravel-larex - v3.1

Published by Lukasss93 over 3 years ago

v3.1 - 2021-05-22

Added

  • Added larex:find command
  • Added eol option to config
laravel-larex - v3.0.1

Published by Lukasss93 over 3 years ago

v3.0.1 - 2021-04-12

Fixed

  • Fix larex:insert always exports strings
laravel-larex - v3.0

Published by Lukasss93 over 3 years ago

v3.0 - 2021-04-11

Added

  • Added Exporters
  • Added Importers
  • Added possibility to change exporter in larex:insert command with --export=<exporter> option
  • Added larex:localize command to find unlocalized strings

Changed

  • Now the larex:export command optionally accepts an exporter as argument
  • Now the larex:import command optionally accepts an importer as argument
  • Changed Linter interface signature

Removed

  • Removed larex command
  • Removed csv options from larex config: delimiter, enclosure, escape
  • Dropped PHP 7.3 support
  • Dropped Laravel 6 support
laravel-larex - v2.1

Published by Lukasss93 over 3 years ago

v2.1 - 2021-04-03

Added

  • Added a confirmation in larex:insert command (#8)
  • Added check if group/key already exists when using the larex:insert command

Fixed

  • Fix null values to group and key questions in larex:insert command
  • Fix "Insert command has problems with utf-8 characters" (#9)
  • Fix "Wrong enclosure with larex:insert" (#10)
laravel-larex - v2.0.1

Published by Lukasss93 over 3 years ago

v2.0.1- 2021-03-11

Changed

  • Forced eol to LF
laravel-larex - v2.0

Published by Lukasss93 almost 4 years ago

v2.0 - 2021-01-09

Please check the UPGRADING.md file before upgrading to this major version!

Added

  • Added new command php artisan larex:lint

Changed

  • Changed default csv format:
    • Delimiter changed from ; to ,
    • Escape character changed from \" to ""
Package Rankings
Top 8.7% on Packagist.org
Badges
Extracted from project README
Version Downloads Test Coverage
Related Projects