1
如何爲語言複數規則安裝不同的語言? http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html如何爲語言複數規則安裝不同的語言?
我需要使用俄羅斯ruls。
return array(
'view_title' => array(
'one' => 'просмотр',
'few' => 'просмотра',
'many' => 'просмотров',
'other' => 'просмотров2',
),
echo ___('view_title', $post->view_count, array(':count' => $post->view_count));
很少和很多沒有工作。
「根據CLDR語言複數規則翻譯任意詞的複數時選擇正確的翻譯選項」 - 爲什麼?我使用i18n_pliral – Mediator 2012-03-19 11:50:45