Object.values(en)
      .filter(k => typeof k === 'string')
      .map(k => [k, en[k]]) as any,