Adding Translations
Updated 3 weeks agoAdding additional translations to Recycle_N_Reclaim
Create a file with the name Recycle_N_Reclaim.Language.yml
or Recycle_N_Reclaim.Language.json
anywhere inside of the BepinEx folder.
For example, to add a French translation to Jewelcrafting, a user could create a Recycle_N_Reclaim.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/AzumattDev/Recycle_N_Reclaim/blob/master/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.