Author: Dundak
Description:
The attached patch convertPlural() should be added to that language file, as no
counting rules are determined by now
Version: unspecified
Severity: enhancement
• bzimport | |
Nov 7 2006, 9:24 PM |
F3203: hsb-convertplural.patch | |
Nov 21 2014, 9:23 PM |
Author: Dundak
Description:
The attached patch convertPlural() should be added to that language file, as no
counting rules are determined by now
Version: unspecified
Severity: enhancement
Dundak wrote:
counting rules for Upper Sorbian (hsb)
attachment convertPlural.rtf ignored as obsolete
Dundak wrote:
Comment on attachment 2655
counting rules for Upper Sorbian (hsb)
function convertPlural($count, $singular, $dual, $plural, $pluralgen)
{
switch (abs($count) % 100)
{
case 1:
return $singular;
case 2:
return $dual;
case 3:
case 4:
return $plural;
default:
return $pluralgen;
}
}
Dundak wrote:
Comment on attachment 2655
counting rules for Upper Sorbian (hsb)
function convertPlural($count, $singular, $dual, $plural, $pluralgen)
{
switch (abs($count) % 100)
{
case 1:
return $singular;
case 2:
return $dual;
case 3:
case 4:
return $plural;
default:
return $pluralgen;
}
}
rotemliss wrote:
Comment on attachment 2655
counting rules for Upper Sorbian (hsb)
It's not a patch, because it includes RTF, and I wouldn't like to decode the
symbols. Please upload a proper patch.
cynic wrote:
convertPlural() for Upper Sorbian (hsb)
Added a proper patch against trunk/phase3.
Attached:
For your information:
121 messages of 1645 are not translated to hsb, but exist in en:
13 messages of 1558 do not exist in en (or are in the ignored list), but still e
xist in hsb:
6 messages of 1558 in hsb don't use some variables while en uses them: