themsaid / laravel-langman

Language files manager in your artisan console.
MIT License
876 stars 166 forks source link

Create lang file dynamically #77

Open khaninejad opened 6 years ago

khaninejad commented 6 years ago

Description:

Hi,

I would like to create a lang file(or if exists) and add a new key with translated text in one just command. for example : php artisan langman:trans users.name --lang=en --text="this a translation" is that possible?

Regards

Steps to reproduce: