All notable changes to laravel-translations
will be documented in this file.
- resolve dependency conflict by updating brick/varexporter to ^0.5.0 by @jonasfrisell in MohmmedAshraf#115
- Fixes import on Windows when determining files to be excluded by @epalmans in MohmmedAshraf#116
- @jonasfrisell made their first contribution in MohmmedAshraf#115
- @epalmans made their first contribution in MohmmedAshraf#116
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.7...1.1.8
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.6...1.1.7
- Add feature to
filter by file
by @adereksisusanto in MohmmedAshraf#105 - Fix file select dropdown by @adereksisusanto in MohmmedAshraf#105
- Fix database_connection by @adereksisusanto in MohmmedAshraf#105
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.5...1.1.6
- fix config database_connection, rebuild assets & fix dropdown by @adereksisusanto in MohmmedAshraf#103
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.4...1.1.5
- Nested folders support testing by @kha333n in MohmmedAshraf#102
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.3...1.1.4
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.2...1.1.3
- Respect turkmen language by @nurmuhammet-ali in MohmmedAshraf#94
- various fixes by @adereksisusanto in MohmmedAshraf#93
- nested-folders-support by @kha333n in MohmmedAshraf#99
- @nurmuhammet-ali made their first contribution in MohmmedAshraf#94
- @adereksisusanto made their first contribution in MohmmedAshraf#93
- @kha333n made their first contribution in MohmmedAshraf#99
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.1...1.1.2
- Fix TS types, code styling, auth, publish by @ahtinurme in MohmmedAshraf#92
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.1.0...1.1.1
- Add Support for Laravel 11 by @MohmmedAshraf in MohmmedAshraf#81
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.9...1.1.0
- Arrange
ContributorCommand
to get correct role value by @sdkakcy in MohmmedAshraf#87
- @sdkakcy made their first contribution in MohmmedAshraf#87
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.8...1.0.9
- Added duplicate email validation by @amshehzad in MohmmedAshraf#85
- Fixed issue with create contributor command by @amshehzad in MohmmedAshraf#86
- @amshehzad made their first contribution in MohmmedAshraf#85
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.7...1.0.8
- Extend the ExceptionHandler set in the project by @ahtinurme in MohmmedAshraf#75
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/v1.0.6...1.0.7
- Update Github Actions by @MohmmedAshraf in MohmmedAshraf#69
- Fixes for JSON export by @ahtinurme in MohmmedAshraf#66
- Fix translation key format by @MohmmedAshraf in MohmmedAshraf#73
- @ahtinurme made their first contribution in MohmmedAshraf#66
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.5...v1.0.6
- Fix: Dot Notation for Nested Key Not Working by @MohmmedAshraf in MohmmedAshraf#63
- Add download translations option for production by @MohmmedAshraf in MohmmedAshraf#64
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.4...1.0.5
- 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
- Update create_phrases_table.php by @NoahNxT in MohmmedAshraf#55
- Fix installation bugs by @MohmmedAshraf in MohmmedAshraf#54
- @NoahNxT made their first contribution in MohmmedAshraf#55
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.2...1.0.3
- Add: Missing Source key modal by @MohmmedAshraf in MohmmedAshraf#51
- Translation Strings as Keys support and adding file name in key option by @benaja in MohmmedAshraf#49
- @benaja made their first contribution in MohmmedAshraf#49
Full Changelog: https://github.com/MohmmedAshraf/laravel-translations/compare/1.0.1...1.0.2
- Update the Readme
- Fix installation issue
brick/varexporter
🚀 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:
-
Inertia Stack Transition:
- Reimagined the package using Inertia alongside Vue and Typescript, focusing on delivering a significantly improved user experience.
-
Google Translation Integration:
- Seamless integration with
stichoza/google-translate-php
for Google Translate functionality, and it's completely free of charge!
- Seamless integration with
-
Collaborate with Contributors:
- Easily invite external contributors to assist with translations or manage them collaboratively.
-
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:
-
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
-
-
Install v1.0:
composer require outhebox/laravel-translations
-
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! 🎉
Fix Saving translations with parameters is not working, #46 #47
Updated to support Livewire v3. Please note, we've discontinued support for older PHP versions. This package is now compatible exclusively with PHP v8.1 or higher.
Enhanced Installation Command. (Closes #36 & #37) Enhanced Import Translation Command. Enhanced UI/UX for improved user experience. Introduced Filter Phrases feature, allowing users to easily switch between translated and untranslated phrases. (See #28) Added Progress Bar indicator to track translation progress for each new language. Included Empty states when no languages or phrases are found. Various other improvements and bug fixes.
Add Laravel 10 Support RTL support for Pashto language by @shahghasiadil Routes enhancement by @shahghasiadil Translation List Query Logic Fix @shahghasiadil Added the function to reverse the migration by @Goatform Add the file name to phrase list by @kmaking
Added language: Portuguese (Brazil) by @A2ronLil Improve Livewire Components by @Ronildo-Sousa
Add Laravel 8 Support, Thanks to @thinkverse Fix Missing Parameters #10 Add tests for TranslationsManager by @elguitarraverde
Optimized languages import #3 by @PovilasKorop
initial release...
Enjoy 💖