2013-03-18 09:52:40 +01:00
|
|
|
;; Sample settings file to translate included Tester project
|
2011-12-09 10:53:48 +01:00
|
|
|
[General]
|
|
|
|
|
|
|
|
; Debug / Verbosity flags
|
|
|
|
verbose = 0
|
|
|
|
debug = 1
|
|
|
|
debug-template-extraction = true
|
|
|
|
|
|
|
|
; Control warnings
|
|
|
|
warnings = true
|
|
|
|
warnings-resolve-failures = false
|
|
|
|
|
|
|
|
; Dump internal structures during translation
|
|
|
|
show-csharp = false
|
|
|
|
show-javasyntax = false
|
|
|
|
show-java = false
|
|
|
|
show-tokens = false
|
|
|
|
|
|
|
|
; Preprocessor tokens
|
|
|
|
define =
|
|
|
|
|
|
|
|
; Output enum list, parsed translation files
|
|
|
|
dump-enums = false
|
|
|
|
out-enum-dir =
|
|
|
|
|
|
|
|
dump-xmls = true
|
2013-03-18 09:52:40 +01:00
|
|
|
out-xml-dir = C:\tmp\xml\tester
|
2011-12-09 10:53:48 +01:00
|
|
|
|
|
|
|
; Source and output for translation files and templates
|
|
|
|
cheat-dir =
|
|
|
|
|
2013-03-18 09:52:40 +01:00
|
|
|
net-templates-dir = ..\CS2JLibrary\NetFramework\
|
2011-12-09 10:53:48 +01:00
|
|
|
ex-net-templates-dir =
|
|
|
|
|
2013-03-18 09:52:40 +01:00
|
|
|
app-dir = tests\Tester\
|
2011-12-09 10:53:48 +01:00
|
|
|
ex-app-dir =
|
|
|
|
|
2013-03-18 09:52:40 +01:00
|
|
|
cs-dir = tests\Tester\
|
2011-12-09 10:53:48 +01:00
|
|
|
ex-cs-dir =
|
|
|
|
|
2013-03-18 09:52:40 +01:00
|
|
|
out-java-dir = C:\tmp\java\tester\src
|
2011-12-09 10:53:48 +01:00
|
|
|
|
|
|
|
; Enable Alternate Translation Templates
|
|
|
|
alt-translations =
|
|
|
|
|
|
|
|
; Boolean flags
|
|
|
|
keep-parens = false
|
|
|
|
timestamp-files = false
|
|
|
|
blanket-throw = true
|
|
|
|
exception-is-throwable = false
|
|
|
|
make-javadoc-comments = true
|
|
|
|
make-java-naming-conventions = true
|
|
|
|
|
|
|
|
; These are experimental settings.
|
|
|
|
; They may change (or disappear, or move to General section, or ....) in future releases
|
|
|
|
[Experimental]
|
|
|
|
enums-to-numeric-consts = false
|
|
|
|
unsigned-to-signed = false
|
|
|
|
unsigned-to-bigger-signed = false
|
|
|
|
transforms = false
|
|
|
|
|
|
|
|
; These are internal settings used for development.
|
|
|
|
; You should not need (or want) to touch them.
|
|
|
|
[Internal]
|
2013-03-18 09:52:40 +01:00
|
|
|
isjavaish = false
|