In the back-end, the SilverStripe Fluent module adds a green flag icon to indicate the field is translatable (as seen next to PageName, URL Segment and Content).
This is a userfriendly detail and I would expect it work for custom added CMS Fields which are made translatable. For example, I've added a custom field named Introduction and made it translatable using: private static $translate = array( 'Introduction' ); But there is no green icon next to it. Can this be added?

mysite/config/Fluent.ymlright? Here it is: gist.github.com/Faloude/118c7a798f7f96928f508bd96f1292e3 - Semicolonfluent/_config/fluent.yml: gist.github.com/Faloude/df1d056036c0bdbe9557916fbc8acc35 - Semicolon$this->extend('updateCMSFields', $fields);? See [link]github.com/tractorcow/silverstripe-fluent/blob/master/docs/en/… - munomono