eversport/intl-codegen

Expose `dashed-ids` on the exported Intl type.

Closed this issue · 1 comments

The camelCase types on intl-codegen should be exposed in order to be possible to define translations with keys defined at runtime such as intl[keyOfTranslation].

I updated the description.

It is about being able to use both:

intl.dashedId
// and
intl["dashed-id"]