Multilingual page or modular with same Source for one filed

Lets say I make a multi lang modular containing two fields
one text field with a description
and anther list field containing a list of links

When I translate that modular later I want the links for both languages to be the same and the description in the current language…

That works fine, but when I later change the links in the admin section I have to change them in both languages. So is there a way to get the contents of certain fields only from the main language ?

I just looked how I used to do that in Drupal. There the feature was called field syncing.

So if the feature does not exist already, it would be cool to add this. So in the blueprint you add something like syncfield: true and when you have it enabled a field will sync to all other language versions in that folder on save