We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6651a + 346012f commit 0412d12Copy full SHA for 0412d12
1 file changed
lib/private/L10N/Factory.php
@@ -552,10 +552,11 @@ private function isSubDirectory($sub, $parent) {
552
553
/**
554
* Get a list of language files that should be loaded
555
+ * Note: This method is public because it is used by the nmctheme app.
556
*
557
* @return string[]
558
*/
- private function getL10nFilesForApp(string $app, string $lang): array {
559
+ public function getL10nFilesForApp(string $app, string $lang): array {
560
$languageFiles = [];
561
562
$i18nDir = $this->findL10nDir($app);
0 commit comments