Skip to content

Commit

Permalink
Missing lists translation
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Apr 19, 2024
1 parent 956a4bc commit 38e9301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-patient-lists-app/package.json
Expand Up @@ -18,7 +18,7 @@
"test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js --color",
"coverage": "yarn test --coverage",
"verify": "turbo lint typescript coverage",
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.workspace.tsx' 'src/**/*.extension.tsx' --config ../../tools/i18next-parser.config.js"
"extract-translations": "i18next 'src/**/*.component.tsx' 'src/**/*.extension.tsx' 'src/**/*.workspace.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js"
},
"browserslist": [
"extends browserslist-config-openmrs"
Expand Down
2 changes: 2 additions & 0 deletions packages/esm-patient-lists-app/translations/en.json
Expand Up @@ -11,7 +11,9 @@
"noPatientListsToDisplay": "No patient lists to display",
"noPatientsInList": "There are no patients in this list",
"numberOfPatients": "No. of patients",
"patientListDetailWorkspaceTitle": "Patient List Details",
"patientLists": "Patient lists",
"patientListsWorkspaceTitle": "Patient Lists",
"patients": "patients",
"searchThisList": "Search this list",
"sex": "Sex",
Expand Down

0 comments on commit 38e9301

Please sign in to comment.