Merge branch 'cherry-pick-a9b75d05' into 'es-es'
Fix es-es/hstrings.php See merge request mjfriaza/core!5
This commit is contained in:
commit
3e2489465f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if(! function_exists("string_plural_select_es_es")) {
|
if(! function_exists("string_plural_select_es_es")) {
|
||||||
function string_plural_select_es_es($n){
|
function string_plural_select_es_es($n){
|
||||||
return ($n != 1 ? 1 : 0);;
|
return ($n != 1 ? 1 : 0);
|
||||||
}}
|
}}
|
||||||
App::$rtl = 0;
|
App::$rtl = 0;
|
||||||
App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0);";
|
App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0);";
|
||||||
|
Reference in New Issue
Block a user