-
Notifications
You must be signed in to change notification settings - Fork 8
Locale and Translations
Sidpatchy edited this page Sep 21, 2023
·
6 revisions
All in-game messages are able to be customized!
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
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 |
- Download the file or copy it to your clipboard.
- Locate the folder
plugins/AntiWorldFly/within your server
- If you downloaded the file:
- Place the file you downloaded into this directory
- Open up the
config.ymlfile - Set the value under
languageFileNameto the name of your language file (example:languageFileName: lang-ES.yml)
- If you copied the contents of a file:
- Open the file called
lang.yml - Delete the contents of the file.
- Paste the contents of your clipboard.
- Open the file called
- Locate and open the file
plugins/AntiWorldFly/lang.ymlon your server - Modify the locale to your heart's content!
- Consider contributing it to the plugin!