Language
To change the language, go to config.yml and change this value:
language: "en-US"
You can set up your language file. Duplicate the en-US.yml file, translate all the messages, and then use the name of your file in language
key in config.yml.
Warning: If the language file is not found, the plugin will use en-US.yml as the default language file.
Remember when translating your language file, do not change the variable names. For example, do not change {region-name}
to {nom-du-région}
(in French or any other language).
You can use AI to automatically translate the language file for you!
Last updated