Download the PHP package alisalehi/laravel-lang-files-translator without Composer
On this page you can find all versions of the php package alisalehi/laravel-lang-files-translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alisalehi/laravel-lang-files-translator
More information about alisalehi/laravel-lang-files-translator
Files in alisalehi/laravel-lang-files-translator
Package laravel-lang-files-translator
Short Description easiest way to translate lang files to another language in laravel
License MIT
Homepage https://github.com/alisalehi1380/laravel-lang-files-translator
Informations about the package laravel-lang-files-translator
Laravel Lang Files Translator
Laravel lang files translator is a package for the Easiest way to translate lang files to other languages in PHP format in Laravel.
Problems solved:
Did you buy a Laravel script and it doesn't have your language in thelang
file?
Do you want to make your web application bilingual, but you don't know how to translate all those words?
Do you not have the possibility to use the JSON format that many Laravel language translation packages give you?
Requirements
PHP: >=8.0
stichoza/google-translate-php: ^5.1
Laravel Framework: 9.*|10.*|11.*
Installation
💎Usage
for example, your locale is English and you have en lang files and want to have these files to Persian(fa) lang too. just enough to run:
and done! Go to lang/fa and you will see all the translated files from the en folder.
how to use video ⤵️
🙋♂️Contributing
As Einstein said, "There's a way to do it better!" So I welcome any change that makes the code better, more readable, and testable. (Even renaming a variable!)
Just open an issue or pull a request.
License
The MIT License (MIT). See License File for more information.
❤️Contributing
This project exists thanks to all the people who contribute. CONTRIBUTING
All versions of laravel-lang-files-translator with dependencies
stichoza/google-translate-php Version ^5.1
laravel/framework Version 9.*|10.*|11.*