thompsonsj / payload-crowdin-sync

Upload and sync localized fields from the default locale to Crowdin.
7 stars 6 forks source link

feat(pluginfields): sync from Crowdin virtual fields #127

Closed thompsonsj closed 10 months ago

thompsonsj commented 10 months ago

Create checkbox virtual fields that can be used to sync translations on save.

Screenshot 2023-12-15 at 14 19 41

Virtual fields vs UI fields

Virtual fields enable the use of hooks. Updating translations via hooks helps resolve https://github.com/thompsonsj/payload-crowdin-sync/issues/111.

A UI field is also used to read the last translation update date from a CrowdinArticleDirectory relationship. These fields are presentational only, so it is not necessary to use virtual fields in this case.