Skip to content

v1.0.0 — First Stable Release**

Choose a tag to compare

@BrunosCode BrunosCode released this 18 Mar 14:53
· 46 commits to main since this release

Laravel Translation Handler lets you move, import, and export translations across PHP files, JSON files, CSV files, and database — via artisan commands or a Facade API.


Features

  • 4 translation formats: PHP files, JSON files, CSV files, database
  • Artisan commands: translation-handler, translation-handler:import, translation-handler:export, translation-handler:get, translation-handler:set
  • --guided: interactive mode, prompts for each option
  • --fresh: delete existing translations before writing
  • --force: overwrite existing translations
  • --from-path / --to-path: custom paths per command
  • Facade API: import(), export(), get(), set(), delete()
  • Nested JSON support via jsonNested config option

Requirements

Laravel PHP
11.x 8.2, 8.3
10.x 8.2, 8.3

v0.1.2 - 2025-02-14## What's Changed

  • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #11
  • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #15
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #14
  • Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in #13

Full Changelog: v0.1.7...v1