help when 'Plural' syntax is not accepted
From Support
Jump to navigation
Jump to search
Revision as of 26 March 2020 at 12:57.
The highlighted comment was created in this revision.
The highlighted comment was created in this revision.
Hi all, concerning following message => https://translatewiki.net/w/i.php?title=Special:Translate&showMessage=strings-profile_rephotos&group=ajapaik-app&language=fr
I think a parameter $1 is missing as for the plurality but it is rejected saying it must be {PLURAL| ...
{{PLURAL:$1|zero=Vous n’avez encore fait aucune rephoto|one=<b>1</b> rephoto|<b>%1$d</b> rephotos}}
I cannot find the correct syntax. I checked it is ok with template => https://translatewiki.net/wiki/Template:PLURAL/doc but cannot succeed; help please. Seems as if the original message was wrong (?). Thanks.
ChristianW (talk)
As per CLDR data, French has only two plural forms. So the below should be enough,
{{PLURAL|one=<b>1</b> rephoto|<b>%1$d</b> rephotos}}