You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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