We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc106a commit a4f1624Copy full SHA for a4f1624
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