From 179bbff05673c744aac284633a37ad1b9eac9d70 Mon Sep 17 00:00:00 2001 From: Siyasanga Date: Thu, 17 Oct 2024 13:37:47 +0200 Subject: [PATCH] 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 https://github.com/opencrvs/opencrvs-core/issues/6830 --- CHANGELOG.md | 1 + src/translations/client.csv | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50111f18f5..394ad179c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - **Major new feature** Description - Misc new feature +- 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) ### New content keys requiring translation diff --git a/src/translations/client.csv b/src/translations/client.csv index 7670217d85..4e991262b7 100644 --- a/src/translations/client.csv +++ b/src/translations/client.csv @@ -265,6 +265,7 @@ constants.gender,Gender label,Gender,Sexe constants.healthDivision,The description for HEALTH_DIVISION type,Health Division,Division de la santé constants.healthcareWorker,The description for Healthcare Worker type,Healthcare Worker,Travailleur de la santé constants.history,History heading,History,Histoire +constants.humanName,Formatted full name, {lastName} {middleName} {firstName},{lastName} {middleName} {firstName} constants.id,ID Label,ID,ID constants.idCheckWithoutVerify,Issuance without the confirmation of proof,Continue without proof of ID?,Continuer sans preuve d'identité? constants.inReview.status,A label for In Review,In review,En cours de révision