Fixes the GWT plural rule for the Polish language.

The old class defined:
"one" == 1.
"paucal" == numbers ending in 2-4 except 12-14 and 22-24.
"other" == all other integers.

The correct definitions are:
"one" == 1
"few" == numbers ending in 2-4 except 12-14.
"many" == all other integers.
"other" == fractional values.

Review at http://gwt-code-reviews.appspot.com/1874804


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11422 8db76d5a-ed1c-0410-87a9-c151d255dfc7
4 files changed