We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 996b8f2 + de74dc2 commit 567ce08Copy full SHA for 567ce08
1 file changed
lib/private/L10N/Factory.php
@@ -554,7 +554,7 @@ private function isSubDirectory($sub, $parent) {
554
*
555
* @return string[]
556
*/
557
- private function getL10nFilesForApp(string $app, string $lang): array {
+ public function getL10nFilesForApp(string $app, string $lang): array {
558
$languageFiles = [];
559
560
$i18nDir = $this->findL10nDir($app);
0 commit comments