-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathext_conf_template.txt
29 lines (20 loc) · 1016 Bytes
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# cat=Basic; type=string; label=Default language key (default=en)
defaultLangKey = en
# cat=Basic; type=string; label=Translation language keys
langKeys = de,fr,it
# cat=Basic; type=boolean; label=Sort labels on save
sortOnSave = 0
# cat=Basic; type=boolean; label=Clear l10n cache on save
clearCache = 0
# cat=Basic; type=string; label=Filter for extension names (wildcard patterns, comma separated, e.g. acme_*)
extFilter = *
# cat=Basic; type=string; label=Provide an information for translators
translatorInfo =
# cat=Basic; type=boolean; label=Enable automatic translation via MyMemory (experimental)
autoTranslate = 0
# cat=Permissions; type=string; label=Allowed extensions for non-admin users (wildcard patterns, comma separated, e.g. acme_*)
allowedExts = *
# cat=Permissions; type=boolean; label=Allow non-admin users to modify default language
modifyDefaultLang = 0
# cat=Permissions; type=boolean; label=Allow non-admin users to modify keys and sorting (implies modifyDefaultLang)
modifyKeys = 0