nextcloud-server/lib/private/L10N
Joas Schilling ab8205fd35
fix(l10n): Fix plural issue with different locale and language
We need to use the language code here instead of the locale,
because Symfony does not distinguish between the two and would
otherwise e.g. with locale "Czech" and language "German" try to
pick a non-existing plural rule, because Czech has 4 plural forms
and German only 2.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-06-21 07:14:56 +07:00
..
Factory.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
L10N.php fix(l10n): Fix plural issue with different locale and language 2023-06-21 07:14:56 +07:00
L10NString.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +07:00
LanguageIterator.php Adapt tests to config value typing 2023-04-05 17:42:14 +07:00
LanguageNotFoundException.php Update php licenses 2021-06-04 22:02:41 +07:00
LazyL10N.php composer run cs:fix 2023-01-20 11:45:08 +07:00