Skip to content

Commit 837e927

Browse files
authored
Add humanName constant to the copy (#298)
This is to allow country implementation to have custom Full name ordering e.g start with LastName or FirstName opencrvs/opencrvs-core#6830
1 parent 7741fb1 commit 837e927

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
- **Major new feature** Description
3232
- Misc new feature
33+
- Add constant.humanName to allow coutries to have custom ordering on thier full name e.g start with `lastName` or `firstName` [#6830](https://github.com/opencrvs/opencrvs-core/issues/6830)
3334

3435
### New content keys requiring translation
3536

src/translations/client.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ constants.gender,Gender label,Gender,Sexe
276276
constants.healthDivision,The description for HEALTH_DIVISION type,Health Division,Division de la santé
277277
constants.healthcareWorker,The description for Healthcare Worker type,Healthcare Worker,Travailleur de la santé
278278
constants.history,History heading,History,Histoire
279+
constants.humanName,Formatted full name, {lastName} {middleName} {firstName},{lastName} {middleName} {firstName}
279280
constants.id,ID Label,ID,ID
280281
constants.idCheckWithoutVerify,Issuance without the confirmation of proof,Continue without proof of ID?,Continuer sans preuve d'identité?
281282
constants.inReview.status,A label for In Review,In review,En cours de révision

0 commit comments

Comments
 (0)