Skip to content

Tool to easily extract translations from Laravel applications between git commits

License

vpmv/laravel-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Internationalization Helper

This little tool will help you easily extract new translations from your Laravel (Blade) applications, by comparing Git changes.

Usage

The only required parameter is the translation JSON in a locale of your choice.
The default commit start point is master.

Run the command within your project's Git root:

/path/to/bin/laravel-i18n -t example.json 

Or between commits:

/path/to/bin/laravel-i18n -c hash123 -toc hsah321 -t example.json 

Please refer to the internal documentation for all options:

laravel-i18n --help

About

Tool to easily extract translations from Laravel applications between git commits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published