Skip to content

Commit

Permalink
Refactor humanName for Farajahland to firstname first
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyasanga committed Jan 22, 2025
1 parent 3469655 commit 8c75e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- Update the translations for System user add/edit form, `Last name` to `User's surname` and `First name` to `User's first name` to make them less confusing for system users [#6830](https://github.com/opencrvs/opencrvs-core/issues/6830)
- **Refactored certificate handling:** SVGs are no longer stored in the database; streamlined configurations now include certificate details, and clients request SVGs directly via URLs.
- Add constant.humanName to allow countries to have custom ordering on their full name e.g. start with `lastName` or `firstName` [#6830](https://github.com/opencrvs/opencrvs-core/issues/6830)
- Add constant.humanName to allow countries to customise the format of the full name in the sytem for `sytem users` and `citizens` e.g `{LastName} {MiddleName} {Firstname}`, in any case where one of the name is not provided e.g no `MiddleName`, we'll simply render e.g `{LastName} {FirstName}` without any extra spaces if that's the order set in `country-config`. [#6830](https://github.com/opencrvs/opencrvs-core/issues/6830)

### Improvements

Expand All @@ -38,6 +38,7 @@
```
INSERT CSV ROWS IN ENGLISH ONLY
```

## 1.6.1 Release candidate

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,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.humanName,Formatted full name, {firstName} {middleName} {lastName}, {firstName} {middleName} {lastName}
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
Expand Down

0 comments on commit 8c75e2d

Please sign in to comment.