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

Revision 22085, 156 bytes checked in by pineray, 11 years ago (diff)

#163 テキスト出力多言語対応

文字列のキーが英文となったことをうけた変更.

Line 
1<?php
2/**
3 * 複数形書式判定用の計算式
4 */
5
6return 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.