nextcloud/tests/lib/L10N
Joas Schilling 66cf085767
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:20:49 +02:00
..
FactoryTest.php Add L10n factory method for generic language heuristics 2021-10-13 09:57:21 +02:00
L10nTest.php fix(l10n): Fix plural issue with different locale and language 2023-06-27 14:20:49 +02:00
LanguageIteratorTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00