nextcloud/lib/private/L10N
Joas Schilling 0559e26330
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-27 14:18:24 +02:00
..
Factory.php Remove createPluralFunction which is replaced by Symfony\Translations lib 2022-01-24 09:27:01 +01:00
L10N.php fix(l10n): Fix plural issue with different locale and language 2023-06-27 14:18:24 +02:00
L10NString.php Fix translations with trailing colons 2022-04-26 11:06:00 +02:00
LanguageIterator.php Fix Iterator return types 2021-11-23 09:28:57 +01:00
LanguageNotFoundException.php Update php licenses 2021-06-04 22:02:41 +02:00
LazyL10N.php Update php licenses 2021-06-04 22:02:41 +02:00