Marko Kosir
Marko Kosir
> I think this could be offered as an option. I feel strongly that the default behaviour of string unions shouldn’t change, because when data’s coming from an object it’s...
Also works, just accessing of the values becomes bit less idiomatic imo, `Role[0]` instead of `Role.STANDARD`
Maybe approach form [similar library](https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/docs/enum-vs-union-types.md) will be helpful to implement this feature.
Came across the same issue as @dimaqq , I think `--sortByMsgid` should sort also existing translations and newly inserted ones. Noticed that insertion of new translations works for extraction to...