Skip to content

Change file structure for gendered lists (names, prefixes etc) #1677

@matthewmayer

Description

@matthewmayer

Originally posted by @ST-DDT in #547 (comment)

Change data-structure:

name.female_first_name ->person.first_name.female

Example:

type Gendered = {
  female: string[]
  male: string[]
  generic: string[]
};

Metadata

Metadata

Labels

breaking changeCannot be merged when next version is not a major releasec: localePermutes locale definitionsc: refactorPR that affects the runtime behavior, but doesn't add new features or fixes bugsm: personSomething is referring to the person modulep: 1-normalNothing urgents: acceptedAccepted feature / Confirmed bug

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions