Skip to content

Languages

Oreoezi edited this page Apr 3, 2022 · 1 revision

Currently, HarmonyBoard comes with locales for 4 languages:

  • English
  • German
  • Japanese
  • Romanian

It picks messages from one of the locales based on the language the client is set in. In order to add your own locales, create a yml file in the /language folder with a name matching the name of the locale. To find a list of available locales and their respective langauges you can go here.

language.yml

prefix: "&f[&bHarmony&f] "
default: "en_us"

The prefix is configured globally and default dictates which language file should be used if one is not available for the client's locale.

Clone this wiki locally