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

[CLI] add "new"/"dirty" flag on translations when source has changed #3

Open
oguimbal opened this issue Oct 16, 2020 · 0 comments
Open

Comments

@oguimbal
Copy link
Owner

When refreshing translations from the CLI, all translation files must add a "new" flag for translations that have newly been added, or a "dirty" flag when the sentence has changed in source language.

New sentences to translate:

{
    "source": "XX",
    "new": true
}

Modified in source languages:

{
    "source": "Updated version of XXX",
    "target": "Translation of old XXX",
    "dirty": true
}
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