Ludeon Forums

RimWorld => Bugs => Topic started by: b606 on March 20, 2020, 05:38:48 PM

Title: [1.1.2579] All X_titleIndef and X_titleDef from <titleFemale> are incorrect
Post by: b606 on March 20, 2020, 05:38:48 PM
In the french translation, female characters in the QuestScripts do not get the correct articles ("une" for X_titleIndef and "la" for X_titleDef)

It looks like the LanguageWorker does not receive the correct gender information in order to process the definite/indefinite article correctly.

Storing all <titleFemale> and <titleShortFemale> from the Backstories.xml into WordInfo/Gender/Female.txt will not solve the problem for unisex titles, such as "ranger", "pilote", "marine" etc. In the example below, it should be   "asker_titleIndef->une gosse de riche" and "asker_titleDef->la gosse de riche"


  asker_pronoun->elle
  asker_possessive->sa
  asker_objective->elle
  asker_factionName-><color=#00BFFFFF>L'Empire De Kocas</color>
  asker_kind->soldate
  asker_title->gosse de riche
  asker_titleIndef->un gosse de riche
  asker_titleDef->le gosse de riche

see more examples -> https://github.com/Ludeon/RimWorld-fr/issues/289
Title: Re: [1.1.2579] All X_titleIndef and X_titleDef from <titleFemale> are incorrect
Post by: Tynan on March 21, 2020, 09:29:26 AM
Will check thanks.
Title: Re: [1.1.2579] All X_titleIndef and X_titleDef from <titleFemale> are incorrect
Post by: Kenneth on March 23, 2020, 12:16:36 PM
Fixed, thanks for reporting.