Update hstrings.php
This commit is contained in:
parent
eabf804dc9
commit
2dd66df8eb
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr.")) {
|
||||
function string_plural_select_fr.($n){
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
return ($n > 1);;
|
||||
}}
|
||||
App::$rtl = 0;
|
||||
|
Reference in New Issue
Block a user