We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a04324 + 817c4d3 commit c72c499Copy full SHA for c72c499
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