Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Adding Translations
Updated a year agoAdding additional translations to Jewelcrafting
Create a file with the name Jewelcrafting.Language.yml or Jewelcrafting.Language.json anywhere inside of the BepinEx folder.
For example, to add a French translation to Jewelcrafting, a user could create a Jewelcrafting.French.yml file inside of the config folder and add French translations there.
Copy the contents of the English example file from here
https://github.com/blaxxun-boop/Jewelcrafting/blob/master/Jewelcrafting/translations/English.yml
Change the values of the keys to what you want them to say/be translated into and make sure to have the file named correctly based on your chosen language.
This information is true for any mod using the LocalizationManager
The users just have to create a file with the naming convention ModName.Language.yml or ModName.Language.json anywhere inside of the BepinEx folder.