Skip to content

Commit

Permalink
KH-372: Add Khmer translations and improve naming of Sections (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlaw authored Nov 2, 2023
1 parent 6034dba commit e2fc326
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions configs/ozone_config/frontend/ozone-frontend-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@openmrs/esm-patient-registration-app": {
"sections": [
"demographicsSection",
"contactSection",
"demographics",
"contact",
"additionalInformation"
],
"fieldConfigurations":
Expand Down Expand Up @@ -83,7 +83,7 @@
],
"sectionDefinitions": [
{
"id": "demographicsSection",
"id": "demographics",
"name": "Basic Info",
"fields": [
"name",
Expand All @@ -94,7 +94,7 @@
]
},
{
"id": "contactSection",
"id": "contact",
"name": "Contact Details",
"fields": [
"address",
Expand All @@ -113,12 +113,12 @@
]
},
{
"id": "deathSection",
"id": "death",
"name": "Death Info",
"fields": []
},
{
"id": "relationshipsSection",
"id": "relationships",
"name": "Relationships",
"fields": []
}
Expand All @@ -138,6 +138,7 @@
"District": "District",
"contactSection": "Contact Details",
"demographicsSection": "Basic Info",
"additionalInformationSection": "Additional Information",
"Male": "Male",
"Female": "Female",
"Other": "Other",
Expand All @@ -151,7 +152,8 @@
"Province": "ខេត្ត",
"District": "ស្រុក/ខ័ណ្ឌ",
"contactSection": "ព័ត៌មានទំនាក់ទំនងលម្អិត",
"demographicsSection": "ព័ត៌មានមូលដ្ឋាន",
"demographicsSection": "ព័ត៌មានផ្ទាល់ខ្លួនអ្នកជំងឺ",
"additionalInformationSection": "ព័​ត៍​មាន​បន្ថែម",
"Male": "ប្រុស",
"Female": "ស្រី",
"Other": "ផ្សេងៗ",
Expand Down

0 comments on commit e2fc326

Please sign in to comment.