mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
bug #159 multiple definition of string_plural_form function when changing languages
This commit is contained in:
parent
11ca81adba
commit
c63adcfae0
9 changed files with 551 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
function string_plural_select($n){
|
||||
function string_plural_select_cs($n){
|
||||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;
|
||||
}
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue