Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version information - set from main package Version = "dev" Commit = "none" Date = "unknown" )
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is the main application
type TranslateParams ¶
type TranslateParams struct {
SourcePath string
SourceLang string
TargetLang string
OutputPath string
TerminologyDir string
SkipTerminology bool
NoTerminology bool
RedetectTerms bool
Incremental bool
Keys string
ExcludeKeys string
BatchSize int
Concurrency int
Yes bool
}
TranslateParams contains parameters for translation
Click to show internal directories.
Click to hide internal directories.