bug #159 multiple definition of string_plural_form function when changing languages

This commit is contained in:
Friendika
2011-09-21 07:09:37 -07:00
parent 11ca81adba
commit c63adcfae0
9 changed files with 551 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<?php
function string_plural_select($n){
function string_plural_select_pt_br($n){
return ($n > 1);
}
;