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

Do not check for translations to already-translated items, unless explicitly requested. #1

Open
davidmason opened this issue Jun 17, 2014 · 1 comment
Assignees

Comments

@davidmason
Copy link
Contributor

Normal polling for translations should skip items that are already fully translated, to reduce unnecessary network traffic.

An alternative polling operation should be available to check all items, including fully translated items, for use in cases where a bug is found in an accepted translation and it must be updated.

Use of etags may be possible here.

@davidmason davidmason self-assigned this Jun 17, 2014
@davidmason
Copy link
Contributor Author

Added etags to prevent download of documents that have not had any translation changes since last translation download.

See: f68ee55

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

1 participant