Fix es-es/hstrings.php

(cherry picked from commit a9b75d059b)
This commit is contained in:
Manuel Jiménez Friaza 2019-02-21 11:40:27 +00:00 committed by Manuel Jiménez Friaza
parent 301c1861f3
commit a5bf32a97d

View File

@ -2,7 +2,7 @@
if(! function_exists("string_plural_select_es_es")) {
function string_plural_select_es_es($n){
return ($n != 1 ? 1 : 0);;
return ($n != 1 ? 1 : 0);
}}
App::$rtl = 0;
App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0);";