Skip to content

Commit 567ce08

Browse files
committed
Merge #292 [Stable32] Fix nmctheme l10n error
2 parents 996b8f2 + de74dc2 commit 567ce08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/L10N/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ private function isSubDirectory($sub, $parent) {
554554
*
555555
* @return string[]
556556
*/
557-
private function getL10nFilesForApp(string $app, string $lang): array {
557+
public function getL10nFilesForApp(string $app, string $lang): array {
558558
$languageFiles = [];
559559

560560
$i18nDir = $this->findL10nDir($app);

0 commit comments

Comments
 (0)