Skip to content

fschirinzi/translation-manager-for-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation Manager For Laravel

Tests Code Style Latest Stable Version Total Downloads

Easy to use package that helps you with the translation of your Laravel application locally.

Output example

Features

✅ Check all locales
✅ Check nested translations
✅ Check nested directories
✅ Display where translations are found
✅ Display where translations are missing
✅ Export all translations to CSV for easy sharing with your translator

Installation

composer require fschirinzi/translation-manager-for-laravel --dev

Usage

Validation

Use default Laravel's path to lang files:

php artisan translations:validate

You can specify a relative or absolute path to lang directory location:

php artisan translations:validate --dir=/other/dir/with/my-custom-languages

Export

php artisan translations:export -o /tmp/my-translations.csv

Maintainers

License

Translation Manager For Laravel is open-sourced software licensed under the MIT license.

About

Package to manage Laravel translations locally

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages