forked from rrrapha/translate_locallang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
32 lines (22 loc) · 1.13 KB
/
Copy pathext_conf_template.txt
File metadata and controls
32 lines (22 loc) · 1.13 KB
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
30
31
32
# 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=options[2.0 (default)=default,1.2=1.2]; label=XLIFF version for saving files (both versions are read)
xliffVersion = default
# 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