Translate boolean values

Hey everyone,

I was wondering if it possible to translate boolean values to anything custom? Let’s say “enabled-disabled”, “on-off”

Thanks

Is this globally or per model?

Globally yes you could probably use extensions to modify the naming coming from our UI library Buffetjs, however per model might be more complicated.

Let me poke @soupette and @HichamELBSI to get their thoughts.

I our current case, it would be per model.

Hi, currently it’s not possible to customise the boolean field. What you can do though, it to completely replace using the field API [here’s a link]https://strapi.io/documentation/v3.x/guides/registering-a-field-in-admin.html() on how to do so.

Sorry for the late reply. We are going along with the current limitation. It is okay as is.
Thanks for the advice.