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 3aaa599 + 817c4d3 commit 8b1047dCopy full SHA for 8b1047d
lib/private/L10N/Factory.php
@@ -551,10 +551,11 @@ private function isSubDirectory($sub, $parent) {
551
552
/**
553
* Get a list of language files that should be loaded
554
+ * Note: This method is public because it is used by the nmctheme app.
555
*
556
* @return string[]
557
*/
- private function getL10nFilesForApp(string $app, string $lang): array {
558
+ public function getL10nFilesForApp(string $app, string $lang): array {
559
$languageFiles = [];
560
561
$i18nDir = $this->findL10nDir($app);
0 commit comments