mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Fix translations for singular/plural strings
This commit is contained in:
parent
80ff11e626
commit
80b13ec232
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ class L10n
|
|||
|
||||
if (is_null($s) && $this->stringPluralSelectDefault($count)) {
|
||||
$s = $plural;
|
||||
} else {
|
||||
} elseif (is_null($s)) {
|
||||
$s = $singular;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue