Localize field labels

System Information
  • Strapi Version: 3.6.5
  • Operating System: MacOs
  • Database: SQLite/Postgres
  • Node Version: 12.0.0
  • NPM Version: 6.9.0
  • Yarn Version: 12.10.0

Hi, i was asking if it’s a way so we can localizate field labels?

For example:

Content-type: example
Fields:

  • title
  • body

And set labels to “custom.plugin.label.title” = “…”

1 Like

@jrambla
Yes, I believe it is in table “strapi_core_store_settings”, field “value”
(Works for strapi’s content_type, so it should work for plugins too), try it