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

Tool for finding missing translations #128

Open
marcinkunert opened this issue Oct 16, 2020 · 1 comment
Open

Tool for finding missing translations #128

marcinkunert opened this issue Oct 16, 2020 · 1 comment
Labels

Comments

@marcinkunert
Copy link
Contributor

I've noticed there are 3 Python scripts but and according to #79 they could be used to report missing translations. My goal would be to get a list with missing translations for pl-PL and a list with current ones with reference English strings.

If it's already possible then please tell me how. I thing it would be a good idea to document it also in README.md

Calling @tupaschoal as it seems you are the author of the mentioned scripts.

@AaronVanGeffen
Copy link
Member

AaronVanGeffen commented Oct 16, 2020

Hi! I am the author of these scripts. The idea is to use these scripts to export the json object as dumps to the localisation repository, one for each language. Translators can then file PRs on them, just like they do with the regular strings. Using the same scripts, they can then be periodically imported back into the objects repository.

In the mean time, a workflow is described in #119. Please contact us in Discord if you have any questions.

For your convenience, here are two dumps for pl-PL:
pl-PL_dump_all_sorted.json.txt
pl-PL_dump_missing_sorted.json.txt

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

No branches or pull requests

3 participants