Skip to content

Commit 179bbff

Browse files
committed
Add humanName constant to the copy
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 3cd6ec4 commit 179bbff

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
@@ -25,6 +25,7 @@
2525

2626
- **Major new feature** Description
2727
- Misc new feature
28+
- 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)
2829

2930
### New content keys requiring translation
3031

src/translations/client.csv

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

0 commit comments

Comments
 (0)