Skip to content
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

Show missing translations (across languages) #119

Open
wemcdonald opened this issue Oct 27, 2015 · 4 comments
Open

Show missing translations (across languages) #119

wemcdonald opened this issue Oct 27, 2015 · 4 comments
Milestone

Comments

@wemcdonald
Copy link

I would love a command-line argument to show missing translations.

@tinganho
Copy link
Owner

Can you try out git log --empty?

@wemcdonald wemcdonald changed the title Show missing translations Show missing translations (across languages) Oct 27, 2015
@wemcdonald
Copy link
Author

I actually hadn't put together log with empty – thanks for the helpful suggestion!.

However, that requires me to manually (or with a script) iterate through all my locales on the command-line (correct?). Since the most common use case of I18n is to translate the whole app into each supported language, it still seems useful to have a single command that show which tokens are missing, across all languages.

Having a workaround definitely helps, but it still seems like a nice feature.

Thanks!

@tinganho
Copy link
Owner

You can also use -l --locale to refine your search to a sepcific locale. E.g. git log --empty -l en-US

@tinganho
Copy link
Owner

Though I might agree with you that there is a missing feature for seeing missing translations across all languages.

@tinganho tinganho reopened this Oct 27, 2015
@tinganho tinganho added this to the 3.0 milestone Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants