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

Add feature to only add new strings from an en.catkeys file #17

Open
humdingerb opened this issue Nov 9, 2016 · 1 comment
Open

Add feature to only add new strings from an en.catkeys file #17

humdingerb opened this issue Nov 9, 2016 · 1 comment

Comments

@humdingerb
Copy link
Contributor

Ease updating of already translated catkeys with a newer en.catkeys file. For example:

Add a menu with an item "Update from..." that opens a file panel for the user to choose an updated en.catkeys file. Compare the original strings in the new en.catkeys file with the ones in the old translated catkeys file. Add the newly added files to the translated catkeys, as well as the new fingerprint ID in the first line of the file.

Now unused strings in the translated catkeys should be marked as such, not simply removed. The original string might only have changed a little and the already translated contents could be reused.
When closing the CatKeysEditor, the user should be asked if the unused strings should be removed.

@humdingerb
Copy link
Contributor Author

This was partly implemented by Brian with b4b4e96.
It would still be nice to keep the already translated, now out-of-date, phrases around. Maybe like described above, or something better...

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

No branches or pull requests

1 participant