-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
For Bug Reports
- BookStack Version: v0.16.3
- PHP Version: irrelevant
- MySQL Version: irrelevant
Expected Behavior
Correct pluralization of terms for non-english languages.
Actual Behavior
The profile view uses str_plural() to pluralize terms. This only works for english nouns. German nouns get pluralized the wrong way.
Proposed fix
Switch to trans_choice()
to provide localized pluralizations.
timoschwarzer and msaus