WPML Translate term meta not synced

The trick is the update the original term.

wp_update_term($term_id, $taxonomy, []);

This will trigger the WPML actions that sync the meta, notice we provided [] so technically we are not updating anything but this is good enough to trigger the sync.