Skip to content

fix: Preserve camel case i18n tags - #181

Open
daogrady wants to merge 1 commit into
mainfrom
fix/camel-case-i18n-tags
Open

fix: Preserve camel case i18n tags#181
daogrady wants to merge 1 commit into
mainfrom
fix/camel-case-i18n-tags

Conversation

@daogrady

@daogrady daogrady commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Fixes #180

i18n Tags like TaskPlural are no longer normalised into Task Plural, which broke the localisation itself.

Note that the output of the openapi conversion is still locale neutrale. I.e. not setting a locale will still output the full i18n tag. Only when --lang xx is passed are they replaced by the appropriate localisation value.

@daogrady daogrady changed the title Preserve camel case tags fix: Preserve camel case i18n tags Sep 1, 2026
@daogrady
daogrady requested a review from tim-sh September 1, 2026 06:56
@daogrady
daogrady marked this pull request as ready for review September 1, 2026 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] i18n tag labels are corrupted by camelCase word-splitting in the OpenAPI compiler

1 participant