You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/private/L10N
Christoph Wurst 5b727fc7da
Add L10n factory method for generic language heuristics
The existing `findLanguage` method tries its best to find the best
language for the current users. For some tasks we don't want this but
rather determine the most generic language for *another* user, e.g. when
the current user trigger an email notifiaction to someone else. In this
case the current user's language is a bad guess in many multi-language
environments.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago
..
Factory.php Add L10n factory method for generic language heuristics 3 years ago
L10N.php Update php licenses 3 years ago
L10NString.php Update php licenses 3 years ago
LanguageIterator.php Update php licenses 3 years ago
LanguageNotFoundException.php Update php licenses 3 years ago
LazyL10N.php Update php licenses 3 years ago