mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Rebuild PO to strings
```sh for i in view/lang/*/messages.po; do bin/console po2php $i; done ```
This commit is contained in:
parent
f980516545
commit
102377f19f
19 changed files with 19 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue