From bb68b3ab6bc894e72a423c1cba594a223619f183 Mon Sep 17 00:00:00 2001 From: "G. Rezniczek" Date: Fri, 7 Feb 2020 11:14:55 +0100 Subject: [PATCH] Remove language settings. --- config.json | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/config.json b/config.json index ede4841..395c842 100644 --- a/config.json +++ b/config.json @@ -30,17 +30,6 @@ }, "enable-every-page-hooks-on-system-pages": true, "system-settings": [ - { - "key": "system_language", - "name": "Language file:
Language file to use for this module. This setting can be overridden in the project configuration of this module", - "type": "dropdown", - "choices": [ - { "value": "English", "name": "English" }, - { "value": "Deutsch", "name": "Deutsch" } - ], - "hidden": false, - "tt_hidden": "module_langselector_hidden" - }, { "key": "msg_startup", "name": "Message to log to the console upon module initialization", @@ -60,17 +49,6 @@ } ], "project-settings": [ - { - "key": "project_language", - "name": "Language file:
Language file to use for this module in this project (leave blank for system setting to apply)", - "type": "dropdown", - "choices": [ - { "value": "English", "name": "English" }, - { "value": "Deutsch", "name": "Deutsch" } - ], - "hidden": false, - "tt_hidden": "module_langselector_hidden" - }, { "key": "count", "name": "Count up to",