1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-05 05:37:45 +02:00

Merge branch 'master' into version137

This commit is contained in:
trendschau
2020-05-19 20:19:09 +02:00

View File

@@ -160,6 +160,12 @@ class Settings
$plugins_labels = array_merge($plugins_labels, $value);
}
}
# Combines arrays of system languages, themes and plugins
$labels = array_merge($system_labels, $theme_labels, $plugins_labels);
return $labels;
}
public function whichLanguage()