nextcloud/lib/private/L10N
Roeland Jago Douma 6e377a9daf
Only parse the locales ones
Before we'd go over the entire list for each translation (so each app)
we'd use translation for. This means we'd also go over thise locale list
(currently containing 750 entries) * apps so often this added up to ~20k
calls.

now we just dump the locales in a set once and then check if the entry
is there.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-31 15:25:19 +01:00
..
Factory.php Only parse the locales ones 2020-10-31 15:25:19 +01:00
L10N.php Update license headers for 19 2020-04-29 11:57:22 +02:00
L10NString.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LanguageIterator.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LanguageNotFoundException.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
LazyL10N.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00