WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=6f00a0e6525d21738a4f83bb1ac6481252b67076
commit 6f00a0e6525d21738a4f83bb1ac6481252b67076 Author: benaryorg <bin...@benary.org> Date: Thu Dec 10 23:28:38 2015 -0800 Wiki page multilingual_pg changed with summary [special HTML characters are escaped automagically] by benaryorg --- pages/program_guide/multilingual_pg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/program_guide/multilingual_pg.txt b/pages/program_guide/multilingual_pg.txt index f75418d..0366d7f 100644 --- a/pages/program_guide/multilingual_pg.txt +++ b/pages/program_guide/multilingual_pg.txt @@ -224,7 +224,7 @@ for Polish are given below: </code> There are 3 forms (including singular). The index is 0 (singular) if the given -integer n is 1. Then, if ''(n % 10 >= 2 && % 10 <= 4 && +integer n is 1. Then, if ''(n % 10 >= 2 && % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20)'', the index is 1 and otherwise it is 2. == Handling language changes at runtime == --