From 8df4e7166e69fcbba6c6bbfe84dc3ecfd17a9408 Mon Sep 17 00:00:00 2001 From: L1Z0 <2grif484d@mozmail.com> Date: Thu, 6 Aug 2026 23:22:33 +0200 Subject: [PATCH] added reminder and example to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66dc55a..1cf5db4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ ## There are two categories, SFW and NSFW ### SFW These are the lang files shiped into the NoN mod jar. They are SFW, meaning that they use 'liquid' instead of cum, 'energy' instead of heat etc -
### NSFW These are included in the lang files in the default pack and overwrite the keys that used liquid etc to now use cum, heat and so on. + +As a reminder, please double check that things are really translation mistakes. Some keys might look wrong but make sense in the context so compare it to the english counterpart. Example: + +```json +"item.needsofnature.accessory.tooltip.player_energy_gain.increased": "Heat buildup %s", +"item.needsofnature.accessory.tooltip.player_energy_gain.reduced": "Heat buildup %s", +``` + +These might look incorrect but with `%s` inserted it will be things like +"Heat buildup +10%" and "Heat buildup -25%" so keep that in mind when looking for errors. \ No newline at end of file