This plugin comes with translations for some languages, but if the language you want is not available, you can help by translating the plugin.
- English (en)
- Spanish (es)
- Japanese (jp)
- Portuguese (pt)
- Russian (ru)
-
Fork this repository
-
Create a new file in the
src/main/resources/lang
directory with the name of the language code you want to translate to. For example, if you want to translate to French, create a file namedfr.yml
. -
Copy the contents of the
en.yml
file to the new file you created. -
Translate the values of the keys to the language you want.
-
Submit a pull request with the new file.
If the format of the texts does not suit your needs, you can change it. Just edit the translation files in the TelegramBridge/lang
directory.