laravel-translations
laravel-translations copied to clipboard
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 translati...
Fresh laravel installation failed with this error ` Your requirements could not be resolved to an installable set of packages. Problem 1 - outhebox/laravel-translations[0.0.1, ..., 0.1.2] require brick/varexporter ^0.3.7 ->...
- [x] [fix add new key to json file](https://github.com/MohmmedAshraf/laravel-translations/commit/189e5a841e6f3ff92ce8ddb05adac3f454095ba1) - [x] [fix exclude_files en/book/excluded.php](https://github.com/MohmmedAshraf/laravel-translations/commit/fa53a951a71c2abdb6725223d037cd2d45e17106) - [x] [fix test DIRECTORY_SEPARATOR on WINDOWS](https://github.com/MohmmedAshraf/laravel-translations/commit/00aaed7197ed9c0a9200c34a7316602fd2339b82) - [x] [add "minimum-stability"](https://github.com/MohmmedAshraf/laravel-translations/commit/9a39453d5631e06c38da35f0deb75808ba6aa70d) - [x] [add test](https://github.com/MohmmedAshraf/laravel-translations/pull/117/commits/157e7669c4d23d9b34e1731c8d5715670f7cfb7d) -...
I've identified a potential issue in the `ImportTranslationsCommand`, specifically within the `syncMissingTranslations()` function. The function is designed to create a new phrase in the specified locale if it doesn't already...
How can i remove the login page? I only plan to use the tool in my local environment
As we run command php artisan translations:install and migrate there is no migaration name ltu_translations exists but its id is used in second migration
1. create a new language and publish will give the output on `lang/xxx.json` 2. try to add new language on `en` and then on other language try to translate it...
My application uses multiple databases (for a multi-tenancy structure I will not get into) and I found out that I had to modify the import command to make the `Schema::`...
Hi, I'm using long keys for some translated marketing pages, e.g. T&Cs, Privacy Policy etc. When importing the strings from the JSON files the import fails with "data too long...
{ "example" : "example} becomes { "0.example" : "example"} after running php artisan translations:import and then later publishing from the UI.
# Fix UUID column type for MariaDB compatibility ## Problem When using MariaDB as the database driver for Laravel Translations UI, the migration fails due to an incompatibility with the...