laravel-translations

Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management

MIT License

Downloads
22.4K
Stars
610
Committers
22

Bot releases are hidden (Show)

laravel-translations - v1.1.8 Latest Release

Published by MohmmedAshraf 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.7...1.1.8

laravel-translations - v1.1.7

Published by MohmmedAshraf 6 months ago

laravel-translations - v1.1.6

Published by MohmmedAshraf 6 months ago

What's Changed

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.5...1.1.6

laravel-translations - v1.1.5

Published by MohmmedAshraf 6 months ago

What's Changed

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.4...1.1.5

laravel-translations - v1.1.4

Published by MohmmedAshraf 6 months ago

laravel-translations - v1.1.3

Published by MohmmedAshraf 6 months ago

laravel-translations - v1.1.2

Published by MohmmedAshraf 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.1...1.1.2

laravel-translations - v1.1.1

Published by MohmmedAshraf 7 months ago

What's Changed

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.0...1.1.1

laravel-translations - v1.1.0

Published by MohmmedAshraf 7 months ago

laravel-translations - v1.0.9

Published by MohmmedAshraf 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.8...1.0.9

laravel-translations - v1.0.8

Published by MohmmedAshraf 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.7...1.0.8

laravel-translations - v1.0.7

Published by MohmmedAshraf 8 months ago

What's Changed

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/v1.0.6...1.0.7

laravel-translations - v1.0.6

Published by MohmmedAshraf 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.5...v1.0.6

laravel-translations - v1.0.5

Published by MohmmedAshraf 9 months ago

What's Changed

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.4...1.0.5

laravel-translations - v1.0.4

Published by MohmmedAshraf 9 months ago

What's Changed

  • Fix Export Issue for Keys with Dots by @MohmmedAshraf in #57 #58

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.3...1.0.4

laravel-translations - v1.0.3

Published by MohmmedAshraf 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.2...1.0.3

laravel-translations - v1.0.2

Published by MohmmedAshraf 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.1...1.0.2

laravel-translations - v1.0.1

Published by MohmmedAshraf 9 months ago

  • Update the Readme
  • Fix installation issue brick/varexporter
laravel-translations - v1.0.0

Published by MohmmedAshraf 9 months ago

🚀 Exciting News: Version 1.0 Release! 🚀

After months of thorough beta testing, presenting Version 1.0 of the package, loaded with game-changing features and improvements.

Highlights:

  1. Inertia Stack Transition:

    • Reimagined the package using Inertia alongside Vue and Typescript, focusing on delivering a significantly improved user experience.
  2. Google Translation Integration:

    • Seamless integration with stichoza/google-translate-php for Google Translate functionality, and it's completely free of charge!
  3. Collaborate with Contributors:

    • Easily invite external contributors to assist with translations or manage them collaboratively.
  4. Enhanced UI and More:

    • Refined user interface and various improvements promise an even smoother translation management experience.

Additional Notes:

  • As part of ongoing improvements, delved into TypeScript. Some components are still a work in progress, committed to refining their structure and functionality.

Action Required:

  1. Uninstall Previous Version:

    • A new command, has been added to help uninstall the package. It removes all assets, configuration files, and cleans up the database. Please ensure everything is removed before proceeding with the installation, as this command is still in beta, give it a shot by running the following command:

      php artisan translations:clean
      
    • Alternatively, manually uninstall using:

      composer remove outhebox/laravel-translations
      
  2. Install v1.0:

    composer require outhebox/laravel-translations
    
  3. Configuration Update:

    • Review and update configuration files, especially those related to Livewire.

Your feedback is highly valued as we continue to enhance the package.

Cheers to version 1.0! 🎉

laravel-translations - v0.1.2

Published by MohmmedAshraf 10 months ago

Fix Saving translations with parameters is not working, #46 #47