Rebuild PO to strings
```sh for i in view/lang/*/messages.po; do bin/console po2php $i; done ```
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
if(! function_exists("string_plural_select_ca")) {
|
||||
function string_plural_select_ca($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user