From 3f29a35311dd81aed8efcc36baeb15d14b80cfaf Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 16 Apr 2023 23:48:18 +0200 Subject: [PATCH] allow displaying last names first --- docs/articles/localization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/articles/localization.md b/docs/articles/localization.md index 3b52d87..30a1755 100644 --- a/docs/articles/localization.md +++ b/docs/articles/localization.md @@ -27,6 +27,7 @@ The following list contains a few bits of additional information that you should ## 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. +- `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.** ## Notes for Specific Languages