Skip to content

Commit 8b1047d

Browse files
committed
Merge #292 [V32] Fix nmctheme l10n error
2 parents 3aaa599 + 817c4d3 commit 8b1047d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/private/L10N/Factory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,11 @@ private function isSubDirectory($sub, $parent) {
551551

552552
/**
553553
* Get a list of language files that should be loaded
554+
* Note: This method is public because it is used by the nmctheme app.
554555
*
555556
* @return string[]
556557
*/
557-
private function getL10nFilesForApp(string $app, string $lang): array {
558+
public function getL10nFilesForApp(string $app, string $lang): array {
558559
$languageFiles = [];
559560

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

0 commit comments

Comments
 (0)