For Windows: `<root>/the-demon-lords-lover-<version>-win_Data/StreamingAssets/Localization/source/*`
Note:
* `*.scene` files define scenes. Do not translate the commands (e.g. [show portrait b|smiling]). Do not change the line breaks. Do not change the indentation.
* `grammar.json` defines nouns and pronouns which are used by `strings.json`. Supported noun forms include base, definite, indefinite, genitive, dative, accusative, instrumental, prepositional. Supported pronoun forms include subject, object, possessive, and reflexive.
* `strings.json` defines game text. You can put nouns/pronouns with `{<noun_id>|<noun_form>}`, e.g. `{actor|subject}`. Do not change the other placeholders (e.g. {damage}).
Please DM me on Discord if you need help.
* I can add support for other noun forms (e.g. vocative)
* I can validate that `*.scene` files have the right structure.
* I can validate that `grammar.json` and `strings.json` have the right keys.