I just run into this original text:
https://pontoon.mozilla.org/eo/common-voice/web/locales/en/messages.ftl/?string=235100
sc-personal-added-by-you = { $sentences } added by you
Is it ok for the localization to use the variable $sentences if the
original text doesn’t? Something like this:
sc-personal-added-by-you =
{ $sentences ->
[0] 0 aldonita de vi
[one] 1 aldonita de vi
*[other] { $sentences } aldonitaj de vi
}
There are other strings that would need that (like this one
https://pontoon.mozilla.org/eo/common-voice/web/locales/en/messages.ftl/?string=231447
on the variable $clipCount) , but I see no other locale extending the
ftl definition for them that’s why I ask if it’s ok.