Skip to content

Commit def01dd

Browse files
committed
Merge #284 [FIX NC30] Make getL10nFilesForApp() method public to support custom L10N in nmctheme
2 parents bd66814 + a4f1624 commit def01dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/L10N/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ private function isSubDirectory($sub, $parent) {
509509
*
510510
* @return string[]
511511
*/
512-
private function getL10nFilesForApp(string $app, string $lang): array {
512+
public function getL10nFilesForApp(string $app, string $lang): array {
513513
$languageFiles = [];
514514

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

0 commit comments

Comments
 (0)