Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: loading translations via changed date (#44)
When using the units API and getting the translations via `"changed:>=YYYY-MM-DD"` you will not get all translations wanted. Translations which were only once touched get only an added date. So, those translations will not be fetched. This changes query for the `changed` and `added` fields to fix this. Fixes #43
- Loading branch information