Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Fix handling of the 'composé de' template #543

Closed
BoboTiG opened this issue Jan 9, 2021 · 0 comments · Fixed by #555
Closed

[FR] Fix handling of the 'composé de' template #543

BoboTiG opened this issue Jan 9, 2021 · 0 comments · Fixed by #555
Assignees
Labels
bug Something isn't working locale:French

Comments

@BoboTiG
Copy link
Owner

BoboTiG commented Jan 9, 2021

Wikicode:

{{composé de|Marcilly|sur|Tille|lang=fr|m=oui}}
{{composé de|m=1|faire|boutique|cul|lang=fr}}

Output:

Composé de <i>Marcilly</i>, <i>sur</i> et de <i>Tille</i>,
Composé de <i>faire</i>, <i>boutique</i> et de <i>cul</i>,

Expected:

Composé de <i>Marcilly</i>, <i>sur</i> et <i>Tille</i>
Composé de <i>faire</i>, <i>boutique</i> et <i>cul</i>

Wikicode:

{{composé de|m=oui|lang=fr|arthro-|-logie}}

Output:

Dérivé de préfixe <i>arthro-</i> avec le suffixe <i>-logie<i>

Expected:

Composé de <i>arthro-</i> et de <i>-logie</i>

Model link, if any: https://fr.wiktionary.org/wiki/Mod%C3%A8le:compos%C3%A9_de

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working locale:French
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant