Usage of translations in select field?

Hi,

Dummy question :grimacing:

Can’t seem to find this one, can you use translations in a select field? Doesn’t seen to work if I put the key next to the options.

So for example instead of

titlePageActive:
  label: hfb.blocks.meta.seo.title.show.page
  type: select
  width: 2/6
  help: hfb.blocks.meta.seo.title.show.page.help
  options:
    default:
      nl: Overall
      en: Everywhere
    nowhere:
      nl: Nergens
      en: Nowhere

use

titlePageActive:
  label: hfb.blocks.meta.seo.title.show.page
  type: select
  width: 2/6
  help: hfb.blocks.meta.seo.title.show.page.help
  options:
    default: hfb.blocks.meta.seo.title.show.page.options.default
    nowhere: hfb.blocks.meta.seo.title.show.page.options.nowhere

No, that doesn’t work, I’m afraid.

k, thx for the confirmation. Now I know it’s not me. There are enough other options to do it ofcourse but this seemed like the most efficient, it it was possible :grimacing:

Thx!