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