Translations
With the last update, @Waya#0325 got support for multi langauges.
Inside of this repo, you will be able to find all language files for all translations.
Get started
If you want to translate into a new language or fix translations, __please note the following__:
- Never ever replace placeholders with
{}
(i.e.:{name}
), since these will get replaced later in the code. - The files need to have the same JSON object, which means you should never edit the key value of the JSON.
- The files need to have the same name as the original one,
[type].[command].js
(e.i.:interaction.config.js
). - The folder name should be always the language code (i.e.:
en/
,jp/
).
Keep on topic
For discussions about Translations, please use #・developers,
use the repository only to submit/update texts! Thank you!