We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb94ed9 + a4f1624 commit d2a5454Copy full SHA for d2a5454
1 file changed
lib/private/L10N/Factory.php
@@ -509,7 +509,7 @@ private function isSubDirectory($sub, $parent) {
509
*
510
* @return string[]
511
*/
512
- private function getL10nFilesForApp(string $app, string $lang): array {
+ public function getL10nFilesForApp(string $app, string $lang): array {
513
$languageFiles = [];
514
515
$i18nDir = $this->findL10nDir($app);
0 commit comments