Skip to content
Snippets Groups Projects
Commit 61bebbcb authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '973-language-tool-not-starting-up-for-some-languages' into 'development'

Resolve "Language Tool not starting up for some languages"

Closes #973

See merge request !1610
parents 739bd34a a52dfe41
No related branches found
No related tags found
3 merge requests!1627Development,!1617Development,!1610Resolve "Language Tool not starting up for some languages"
......@@ -14,7 +14,7 @@ class LanguageController extends Controller
public function __construct()
{
$this->languageFilePath = resource_path()."/lang/";
$this->languages = array('de','en','fr','es','nd');
$this->languages = array('de','en', 'es', 'fr', 'it', 'nd', 'nl');
}
public function createOverview(Request $request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment