babble
babble copied to clipboard
Filtering `bbl_translated_meta_fields` doesn't stop `meta_keys` from syncing
- Specify some fields for translation, as per https://github.com/Automattic/babble/blob/master/translation-fields.php
- Create a post and trigger translations
- Complete the translations
- Update the original post
The translated fields will be overwritten by the values specified in the post in the canonical language.
Two possible solutions:
- The developer should both filter
bbl_translated_meta_fields
to specify the translation config for each field AND filterbbl_sync_meta_key
to stop those keys being filtered - Babble should stop a
meta_key
which has a translation config (e.g. inbbl_translated_meta_fields
) from syncing
See also #257