diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-27 06:22:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-27 06:22:17 +0000 |
commit | 7053787d1f4d4500080185af6878835217aa17a5 (patch) | |
tree | f98c8f831e4a180ae92fd9d676394220e02abfec /language/en_UK.iso-8859-1/common.lang.php | |
parent | 47512ce6a64fa356214c162a8313480c6aed41d2 (diff) |
Bug: English plural rule is slightly different from French (0 is plural, not in French)
git-svn-id: http://piwigo.org/svn/trunk@1862 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index dafd1c82d..9541758bb 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -31,7 +31,7 @@ $lang_info['country'] = 'Great Britain'; $lang_info['charset'] = 'iso-8859-1'; $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'en'; - +$lang_info['zero_plural'] = true; $lang_table_translate_ascii7bits = array( chr( 0) => chr(0), chr( 1) => chr( 1), |