Francesco Lodolo schrieb:
> Hi Michael,
>
> This is how that string looks like in English (Fluent syntax).
>
> tab-context-close-tabs =
> .label =
> { $tabCount ->
> [1] Close Tab
> *[other] Close Tabs
> }
> .accesskey = C
>
> The plural in the label depends on the variable `$tabCount`, although
> that's not visible in normal Pontoon UI. If you switch to the advanced
> Fluent mode, by clicking the FTL button in the left bottom corner, and
> copy the en-US source with COPY, you'll see the full syntax that I
> pasted here.
Hi Francesco,
thank you for your quick reply.
Sorry, I didn't fully understand.
With all plural forms, the Sorbian strings would result in:
Close $tabCount tabs
Sorbian has another word order:
$tabCount tabs close
$tabCount rajtark začinić (singular)
$tabCount rajtarkaj začinić (two)
$tabCount rajtarki začinić (few)
$tabCount rajtark*ow* začinić (other)
If $tabCount is not used so the other form cannot be used, it is used
the few form instead. Therefore I asked you. Then the first letter of
the string can be in uppercase. Otherwise there is no uppercase because
the variable starts the string.
Rajtark začinić (singular)
Rajtarkaj začinić (two)
Rajtarki začinić (few)
Rajtark*i* rajtarkow začinić (few)
So, are the strings used with variable or without variable?
Thanks,
Michael