Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANYPAWN_nameFull and PAWN_nameFull don't take care of animal's labelFemale nor gender #283

Closed
b606 opened this issue Mar 9, 2020 · 2 comments
Labels

Comments

@b606
Copy link
Contributor

b606 commented Mar 9, 2020

These tags are incorrect because they should use the labelFemale for this animal which is <Ibex.labelFemale>étagne</Ibex.labelFemale> (see ANYPAWN_kind and PAWN_kind which are correct).

In this case bouquetin is ibex male and étagne is ibex female.
There is the same issue for humanoid pawns where <titleFemale> should be used.
This affects all text generation.

  ANYPAWN_nameFull-><color=#D09B61FF>une bouquetin</color>
  ANYPAWN_label-><color=#D09B61FF>bouquetin</color>
  ANYPAWN_definite-><color=#D09B61FF>la bouquetin</color>
  ANYPAWN_nameDef-><color=#D09B61FF>la bouquetin</color>
  ANYPAWN_indefinite-><color=#D09B61FF>une bouquetin</color>
  ANYPAWN_nameIndef-><color=#D09B61FF>une bouquetin</color>
  ANYPAWN_pronoun->elle
  ANYPAWN_possessive->sa
  ANYPAWN_objective->elle
  ANYPAWN_kind->étagne
  ANYPAWN_age->13
  ANYPAWN_chronologicalAge->13
  ANYPAWN_relationInfo->
  PAWN_nameFull-><color=#D09B61FF>une bouquetin</color>
  PAWN_label-><color=#D09B61FF>bouquetin</color>
  PAWN_definite-><color=#D09B61FF>la bouquetin</color>
  PAWN_nameDef-><color=#D09B61FF>la bouquetin</color>
  PAWN_indefinite-><color=#D09B61FF>une bouquetin</color>
  PAWN_nameIndef-><color=#D09B61FF>une bouquetin</color>
  PAWN_pronoun->elle
  PAWN_possessive->sa
  PAWN_objective->elle
  PAWN_kind->étagne
  PAWN_age->13
  PAWN_chronologicalAge->13
  PAWN_relationInfo->
@isonil
Copy link
Contributor

isonil commented Apr 27, 2020

Thanks, this should be fixed in the next update.

@b606
Copy link
Contributor Author

b606 commented Apr 27, 2020

Great 👍

@b606 b606 closed this as completed Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants