emilyploszaj / emi

A featureful and accessible item and recipe viewer
MIT License
237 stars 46 forks source link

Boolean values in config screen don't have a language key. #364

Open eterna1-0blivion opened 9 months ago

eterna1-0blivion commented 9 months ago

Similarly with tooltips, there are no language keys for booleans. Currently it's raw "true" and "false", but it could be "Yes" and "No", adapted for each language.

What we have now: image

What I'd like to see (example for Russian): image

https://github.com/emilyploszaj/emi/blob/bde2638164d02e1416518f3194b14cac4278ded5/xplat/src/main/java/dev/emi/emi/config/EmiConfig.java#L48C34-L48C38