zetkin / translators-interface

1 stars 0 forks source link

Correctly handle translations which have been deleted from en.yaml files. #12

Closed djbusstop closed 3 years ago

djbusstop commented 3 years ago

Description

If a latest translation already exists, but doesn't exist in latest sync, then it should not be served and should not show in latest sync.

Currently this is an issue, if a translation has been removed from the repo's yaml, then the repos translations are synced, and the locale files are generated the deleted yaml will be included.

Open questions:

Requirements