AmiTranslate Source

Posted by ALB42 on 31. Mai 2025

I published the Source code for AmiTranslate on Github today with the same free CC0 license. Its a little bit different than the other Sources because it contains my DeepL API Key which I dont want to share in the source code repository. Therefore one file is missing, the include file (deeplkey.inc) with the API Key, but there is a template for that include file as template (deeplkey.inc.template) present. If you want to compile, apply for an DeepL API Key put it into the deeplkey.inc file. This Source also uses the MUIClass as GUI Toolkit so you need to as well to compile.