Skip to content

Commit 5cda2c6

Browse files
committed
Merge #292 [V32] Fix nmctheme l10n error
2 parents 450633e + 817c4d3 commit 5cda2c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/private/L10N/Factory.php

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

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

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

0 commit comments

Comments
 (0)