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