source: branches/version-2_12-multilang/data/include/plural_forms.inc @ 22005

Revision 22005, 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.