@kenyaemr/esm-version-app 5.4.2-pre.2464 → 5.4.2-pre.2471
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +7 -7
- package/dist/197.js +1 -1
- package/dist/294.js +1 -1
- package/dist/300.js +1 -1
- package/dist/86.js +1 -1
- package/dist/86.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-verification-app.js.buildmanifest.json +16 -16
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +6 -0
- package/src/release-version.js +7 -7
- package/src/routes.json +8 -3
- package/translations/am.json +4 -4
- package/translations/en.json +4 -4
- package/translations/sw.json +4 -4
package/translations/sw.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Admissions": "Admissions",
|
|
3
|
+
"Billing module": "Billing module",
|
|
3
4
|
"Claims management": "Claims management",
|
|
4
5
|
"clinicalConsultation": "Clinical consultation",
|
|
5
6
|
"Home": "Home",
|
|
6
7
|
"Linkage services": "Linkage services",
|
|
7
8
|
"Mortuary": "Mortuary",
|
|
8
|
-
"
|
|
9
|
+
"Patient services": "Patient services",
|
|
9
10
|
"Referrals": "Referrals",
|
|
10
11
|
"Registration": "Registration",
|
|
11
|
-
"systemInfo": "System Info"
|
|
12
|
-
"Admissions": "Admissions"
|
|
12
|
+
"systemInfo": "System Info"
|
|
13
13
|
}
|