Open WERvgdf opened 10 months ago
Hi, i would like to add another language into this. how can i? I'm looking to add a translation English to (Malayalam, Tamil and Hindi). all these are Indian languages. can any one here please help me?
Write to me the required language codes, I will add them to the list and make a pull request
actually im not an expert in coding.
i believe you asked about this code..
Hindi - hi Malayalam - ml Tamil - ta
The following example showcases how to add 'Thai':
First, add the language name that will be displayed in UI: https://github.com/dmMaze/BallonsTranslator/blob/5e3fa943903f5a653563e54806d6855395be33ad/modules/translators/base.py#L41
Then find the translator script (google translator here) and register its language code like this: https://github.com/dmMaze/BallonsTranslator/blob/5e3fa943903f5a653563e54806d6855395be33ad/modules/translators/trans_google.py#L305
You need to check the corresponding translator's document to find out the correct language code.
@WERvgdf completed. Close issue. Thanks
Hi, i would like to add another language into this. how can i? I'm looking to add a translation English to (Malayalam, Tamil and Hindi). all these are Indian languages. can any one here please help me?