Closed djbusstop closed 3 years ago
Resolves #12
This PR:
deleted_at
sync_project
mark_deleted_translations
filter_latest_translations()
/translations/
Resolves #12
This PR:
deleted_at
to Translation objectdeleted_at
is set on Translations when they are removed from projects, identified insync_project
mark_deleted_translations
which has testdeleted_at
set will be excluded from the generated locale files outputfilter_latest_translations()
is modified to only return the non-deleted Translations by default/translations/
endpoint only returns translations that have not been deleted