source: branches/version-2_12-dev/data/include/plural_forms.inc @ 21916

Revision 21916, 113 bytes checked in by pineray, 12 years ago (diff)

#163 国際化対応

再度適用.

Line 
1<?php
2/**
3 * 複数形書式判定用の計算式
4 */
5
6return array(
7    'ja' => "nplurals=2; plural=(n!=1);"
8);
Note: See TracBrowser for help on using the repository browser.