rmpestano / cukedoctor

BDD living documentation using Cucumber and Asciidoctor: https://goo.gl/Yp3NiU
https://rmpestano.github.io/cukedoctor/
Apache License 2.0
122 stars 23 forks source link

Be able to use i18n for recent Cucumber versions #262

Closed rdlopes closed 2 years ago

rdlopes commented 2 years ago

Hi Raphaël, hope you're well, I'm using the French i18n feature of Cukedoctor but unfortunately, Cucumber for newer versions has stopped supporting comments in JSON features, leaving us with no options in Cukedoctor but to define our own custom resource bundle.

In order to favor reuse of Cukedoctor i18n resource bundles, I've added #261 PR for using the @language-<lang> tag in gherkin features.

rdlopes commented 2 years ago

So the good PR is #264 since I couldn't refrain myself in the old one to clean everything. My OCD - not sorry 😝

rmpestano commented 2 years ago

Fixed by #264, thanks again @rdlopes!