NL translation THX JeroenED
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user