We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08e3f0e + 817c4d3 commit d219b74Copy full SHA for d219b74
lib/private/L10N/Factory.php
@@ -531,10 +531,11 @@ private function isSubDirectory($sub, $parent) {
531
532
/**
533
* Get a list of language files that should be loaded
534
+ * Note: This method is public because it is used by the nmctheme app.
535
*
536
* @return string[]
537
*/
- private function getL10nFilesForApp(string $app, string $lang): array {
538
+ public function getL10nFilesForApp(string $app, string $lang): array {
539
$languageFiles = [];
540
541
$i18nDir = $this->findL10nDir($app);
0 commit comments