dmMaze / BallonsTranslator

深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 | Yet another computer-aided comic/manga translation tool powered by deeplearning
GNU General Public License v3.0
2.41k stars 162 forks source link

can you add support for arabic please? #422

Closed aymanharrawi closed 4 months ago

aymanharrawi commented 4 months ago

can you add support for arabic please?, or at least give me modify to config file that use arabic translation please

bropines commented 4 months ago

If you tell me what your language looks like in code (like RU, EN, ZH), I will help you add it locally

bropines commented 4 months ago

Add this line to these blocks in the required translator files \modules\translators. DeepL, Yandex, Google work, the rest have not been tested image

self.lang_map['Arabic'] = 'ar'
aymanharrawi commented 4 months ago

it worked! thank you very much!

bropines commented 4 months ago

@aymanharrawi update the program (if you are using launch from source) and clean up your changes.