Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff68821dcf | ||
|
|
cbe6a2cbc3 | ||
|
|
24b571cd79 | ||
|
|
3a5c248f52 | ||
|
|
f022572468 | ||
|
|
18ec756c41 | ||
|
|
2479563593 | ||
|
|
8df4e7166e | ||
|
|
3ae78eb3e4 | ||
|
|
2aee640b8e |
@@ -1,7 +1,20 @@
|
||||
#NoN translation Repo :3
|
||||
##There are two categories, SFW and NSFW
|
||||
###SFW
|
||||
# NoN translation Repo :3
|
||||
## 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
|
||||
<br>
|
||||
###NSFW
|
||||
### 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.
|
||||
|
||||
## Additional info
|
||||
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.liquid_decay_reduced": "Cum decay %s",
|
||||
"item.needsofnature.accessory.tooltip.liquid_decay_increased": "Cum decay %s",
|
||||
```
|
||||
```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 "Cum decay +25%" so keep that in mind when looking for errors.
|
||||
@@ -1 +0,0 @@
|
||||
b
|
||||
Reference in New Issue
Block a user