-
-
Notifications
You must be signed in to change notification settings - Fork 7
Translations
A.J. Romaniello edited this page Apr 8, 2021
·
17 revisions
In this example, let's say we are trying to translate to Spanish.
- Navigate to the lang directory. To find your desired language.
- Since the ISO code for Spanish is
es
, we then change ourLanguage
toLangauge: 'es'
in theconfig.yml
- English (en)
- Spanish (es)
- Chinese (zh)
- German (de)
- Turkish (tr)
- Portuguese (pt-br)
- Run
/bpp reload
or restart your server.
Join the Discord and PM me CoachLuck with the language you would like to translate. Or simply make a pull request via GitHub with the changes to the lang folder using the correct language code found here. I will then merge them into the project.