henhouse ~master (2019-10-03T12:26:23Z)
Home
Dub
Repo
Translator
henhouse
translator
text
Plaintext Translator.
class
Translator : hht_i.ITranslator {
string
translateFile
(string filename);
string
translateText
(string original);
}
Members
Functions
translateFile
string
translateFile
(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
translateText
string
translateText
(string original)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
henhouse
translator
text
classes
Translator
Plaintext Translator.