Defined plurals (as explained by Fabio)
This commit is contained in:
parent
cd2a0802e4
commit
19d7e7fefe
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
function string_plural_select($n){
|
||||
return ;
|
||||
return ($n!=0);
|
||||
}
|
||||
;
|
||||
$a->strings["Logged out."] = "Déconnecté.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue