source:
branches/version-2_12_4en/data/include/plural_forms.inc
@
22085
| Revision 22085, 156 bytes checked in by pineray, 14 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * 複数形書式判定用の計算式 |
| 4 | */ |
| 5 | |
| 6 | return array( |
| 7 | 'en' => "nplurals=2; plural=(n!=1);", |
| 8 | 'ja' => "nplurals=2; plural=(n!=1);", |
| 9 | ); |
Note: See TracBrowser
for help on using the repository browser.
