mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
allow displaying last names first
This commit is contained in:
parent
1d0700c580
commit
3f29a35311
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ The following list contains a few bits of additional information that you should
|
||||||
|
|
||||||
## Language Overrides
|
## Language Overrides
|
||||||
Strings that begin with `Overrides` are part of the overrides section, which is a set of settings that determine the way parts of the game operate when a language is applied. These should not be translated, and set to the appropriate values instead.
|
Strings that begin with `Overrides` are part of the overrides section, which is a set of settings that determine the way parts of the game operate when a language is applied. These should not be translated, and set to the appropriate values instead.
|
||||||
|
- `DisplayLastNameFirst` determines the order that a Tiny's first and last names are displayed in. Set this to `true` to display last names first.
|
||||||
- `HasGenderedPronouns` determines whether the pronoun customization menu, as well as Tinies' pronouns, should be displayed in-game. Set this to `false` for languages that don't have gendered pronouns, or languages that don't have pronouns at all. **Do not change this value for any other reason.**
|
- `HasGenderedPronouns` determines whether the pronoun customization menu, as well as Tinies' pronouns, should be displayed in-game. Set this to `false` for languages that don't have gendered pronouns, or languages that don't have pronouns at all. **Do not change this value for any other reason.**
|
||||||
|
|
||||||
## Notes for Specific Languages
|
## Notes for Specific Languages
|
||||||
|
|
Loading…
Reference in a new issue