Skip to content

export only missing keys #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open

Conversation

AidasK
Copy link

@AidasK AidasK commented Apr 5, 2019

Features:

  • Export comma separated groups. In most cases I don't want to export vendor translation files such as "passwords.php" or "validation.php".
php artisan lang:export en global,email_refund
  • Export only missing translations for a target locale. I usually pay for every translated word so I don't need same values to be translated again.
php artisan lang:export en --target-locale=fr

This pull request does not introduce any breaking changes.

@AidasK
Copy link
Author

AidasK commented Apr 18, 2019

Any update?

@AidasK
Copy link
Author

AidasK commented Sep 18, 2019

New package is available at https://github.com/AidasK/laravel-lang-import-export

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants