0.3.9 • Published 1 year ago

datocms-plugin-missing-translations v0.3.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

DatoCMS Missing Translations Plugin

This plugin can be used for keeping track of which fields need to be updated by a translator. It works by tracking changes in the translatable fields of the main language. Each field can also be independently marked as "translated" or "not translated" using a checkbox

The plugin will add 2 hidden fields in each Model that uses the plugin.

  • A text field that is either YES or NO depending on whether there are fields with missing translations for this language. It can be used to filter records.
  • A JSON field that stores details about which fields are still missing translations.

Make sure to enable currentUserAccessToken permission so that the plugin can assist you for generating the required fields. If you do not provide the permission, the plugin will still work, but you need to do more manual work.