Skip to content

Locale and Translations

Sidpatchy edited this page Sep 21, 2023 · 6 revisions

All in-game messages are able to be customized!

Contributing

If you create or improve a translation and would like to contribute it to the project you can do so by creating a pull request here on GitHub.

AntiWorldFly is available on transifex. It's a great place to start if you're unfamiliar with GitHub. If there's a language you'd like added to transifex, open an issue and/or request it on the transifex project page.

I go through the bStats data occasionally to identify countries with large AWF user bases and add common languages to remove additional barriers for translation.

I and everyone who uses this are grateful for any help! <3

Using official translations

Below is a list of official translation files

Language Location
English /src/main/resources/lang.yml
Spanish /src/main/resources/lang-ES.yml
French /src/main/resources/lang-FR.yml
Russian /src/main/resources/lang-RU.yml
Finnish /src/main/resources/lang-FI.yml
German /src/main/resources/lang-DE.yml
Czech /src/main/resources/lang-CS.yml
Portuguese /src/main/resources/lang-PT-BR.yml
  1. Download the file or copy it to your clipboard.
  2. Locate the folder plugins/AntiWorldFly/ within your server
  • If you downloaded the file:
    1. Place the file you downloaded into this directory
    2. Open up the config.yml file
    3. Set the value under languageFileName to the name of your language file (example: languageFileName: lang-ES.yml)
  • If you copied the contents of a file:
    1. Open the file called lang.yml
    2. Delete the contents of the file.
    3. Paste the contents of your clipboard.

Using custom translations

  1. Locate and open the file plugins/AntiWorldFly/lang.yml on your server
  2. Modify the locale to your heart's content!
  3. Consider contributing it to the plugin!

Clone this wiki locally