mirror of
https://github.com/typemill/typemill.git
synced 2025-04-23 05:25:31 +02:00
translations: unintentionally deleted code
This commit is contained in:
parent
abe1abdd58
commit
0fdfa4f0c7
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user