Hi, thank you for your answer, but this si not solution, I guess (or how should I implement it)...
I have still 2 problems: 1) I want to modify Czech release due PHP locale problem, but I am not sure how to do it with previously mentioned <locale>.php 2) How to use (or modify) comments_number() for Czech language where are 4 instead of 3 arguments? Thank you for your answers... Pavel > ------------ Původní zpráva ------------ > Od: daniel halstenbach <[email protected]> > Předmět: Re: [wp-polyglots] Locale files and comments_number > Datum: 12.4.2010 20:51:29 > ---------------------------------------- > maybe a solution here, but with no guaranties for result... > http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html > > cheers, > > chouf1 > > 2010/4/12 Pavel Hejn <[email protected]>: > > Hi, > > > > there are problems with number formatting in Czech > (http://core.trac.wordpress.org/ticket/10373). > > In related ticket is following reference: "in this specific case translators > should add a number_format_i18n filter in the <locale>.php file and fix the > problem there". > > So this filter should be added to any <locale>.php file (probably > > cs_CZ.php)? > And where should be this file located? In dist folder of i18 SVN? Sorry, but I > did not find any help in Codex... > > > > And second problem is with function comments_number. > > > > <?php comments_number('zero', 'one', 'more'); ?> > > > > In Czech there are: > > zero - Žádný komentář > > one - 1 komentář > > BUT: two - four - 2 komentáře > > 5 and more - 5 komentářů > > > > So, how to achieve our plural form? Many users ask for this in Czech > translation... > > > > Thank you for your help... > > _______________________________________________ > > wp-polyglots mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > > > > -- > [email protected] > www.bp-fr.net > _______________________________________________ > wp-polyglots mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-polyglots > > > _______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
