-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows configuring available languages through env and adds Hindi to …
…CARE
- Loading branch information
1 parent
52d05eb
commit 6f8d62d
Showing
11 changed files
with
71 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ export const LANGUAGE_NAMES: { [key: string]: any } = { | |
ml: "മലയാളം", | ||
mr: "मराठी", | ||
kn: "ಕನ್ನಡ", | ||
hi: "हिन्दी", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
import Asset from "./Asset.json"; | ||
import Auth from "./Auth.json"; | ||
import Bed from "./Bed.json"; | ||
import Common from "./Common.json"; | ||
import Consultation from "./Consultation.json"; | ||
import CoverImageEdit from "./CoverImageEdit.json"; | ||
import Diagnosis from "./Diagnosis.json"; | ||
import Entities from "./Entities.json"; | ||
import ErrorPages from "./ErrorPages.json"; | ||
import ExternalResult from "./ExternalResult.json"; | ||
import Facility from "./Facility.json"; | ||
import FileUpload from "./FileUpload.json"; | ||
import HCX from "./HCX.json"; | ||
import Hub from "./Hub.json"; | ||
import LogUpdate from "./LogUpdate.json"; | ||
import Medicine from "./Medicine.json"; | ||
import Notifications from "./Notifications.json"; | ||
import Patient from "./Patient.json"; | ||
import Resource from "./Resource.json"; | ||
import Shifting from "./Shifting.json"; | ||
import Users from "./Users.json"; | ||
|
||
export default { | ||
...Auth, | ||
...Asset, | ||
...Common, | ||
...Consultation, | ||
...CoverImageEdit, | ||
...Entities, | ||
...ErrorPages, | ||
...ExternalResult, | ||
...Facility, | ||
...Hub, | ||
...Medicine, | ||
...Diagnosis, | ||
...Notifications, | ||
...Patient, | ||
...Resource, | ||
...Shifting, | ||
...Bed, | ||
...Users, | ||
...LogUpdate, | ||
...FileUpload, | ||
...HCX, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters