Skip to content

Commit d219b74

Browse files
committed
Merge #292 [V32] Fix nmctheme l10n error
2 parents 08e3f0e + 817c4d3 commit d219b74

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
@@ -531,10 +531,11 @@ private function isSubDirectory($sub, $parent) {
531531

532532
/**
533533
* Get a list of language files that should be loaded
534+
* Note: This method is public because it is used by the nmctheme app.
534535
*
535536
* @return string[]
536537
*/
537-
private function getL10nFilesForApp(string $app, string $lang): array {
538+
public function getL10nFilesForApp(string $app, string $lang): array {
538539
$languageFiles = [];
539540

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

0 commit comments

Comments
 (0)