Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/assets/Assamese.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"ro": {
"registration": "পঞ্জীয়ণ",
"benIDOrPhNo": "ইয়াত লাভগ্ৰাহী ID, ফোন নম্বৰ বা ABHA সন্ধান কৰক...",
"personalInfo": {
"benDetails": "লাভগ্ৰাহীৰ সবিশেষ তথ্য সন্ধান কৰক",
"personalInfo": {
"personalInformation": "ব্যক্তিগত তথ্য",
"educationalQualification": "শি‍ক্ষাগত অর্হতা",
"otherOccupation": "অন্যান্য জীৱিকা",
Expand Down
1 change: 1 addition & 0 deletions src/assets/English.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ro": {
"registration": "Registration",
"benIDOrPhNo": "Look for BeneficiaryID or Phone number or ABHA here...",
"benDetails": "Look for Beneficiary Details",
"personalInfo": {
"personalInformation": "Personal Information",
"educationalQualification": "Educational Qualification",
Expand Down
1 change: 1 addition & 0 deletions src/assets/Hindi.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ro": {
"registration": "पंजीकरण",
"benIDOrPhNo": "यहाँ लाभार्थी ID, फ़ोन नंबर या ABHA खोजें...",
"benDetails": "लाभार्थी विवरण देखें",
"personalInfo": {
"personalInformation": "व्यक्तिगत जानकारी",
"educationalQualification": "शैक्षिक योग्यता",
Expand Down
1 change: 1 addition & 0 deletions src/assets/Kannada.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"ro": {
"registration": "ನೋಂದಣಿ",
"benIDOrPhNo": "ಫಲಾನುಭವಿ ID ಅಥವಾ ಫೋನ್ ಸಂಖ್ಯೆ ಅಥವಾ ABHA ಗಾಗಿ ಇಲ್ಲಿ ನೋಡಿ...",
"benDetails": "ಫಲಾನುಭವಿ ವಿವರಗಳನ್ನು ನೋಡಿ",
"personalInfo": {
"personalInformation": "ವಯಕ್ತಿಕ ಮಾಹಿತಿ",
"educationalQualification": "ಶೈಕ್ಷಣಿಕ ಅರ್ಹತೆ",
Expand Down
4 changes: 3 additions & 1 deletion src/environments/environment.ci.ts.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const environment = {
production: true,
app: `MMU`,
encKey: sessionStorageEncKey,

isEnableES: true,
tracking: {
platform: 'matomo',
siteId: parseInt('<%= SITE_ID %>'),
Expand Down Expand Up @@ -560,5 +560,7 @@ export const environment = {

enableCHOReportBtn: enableCHOReportBtn,
dhisURL:dhisURL
elasticSearchUrl: `${HWC_API}registrar/quickSearchES`,

};

4 changes: 3 additions & 1 deletion src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const dhisURL = '';
export const environment = {
production: false,
encKey: sessionStorageEncKey,

isEnableES: true,
tracking: {
platform: 'matomo',
siteId: 1,
Expand Down Expand Up @@ -570,4 +570,6 @@ export const environment = {
enableCaptcha: enableCaptcha,
enableCHOReportBtn: enableCHOReportBtn,
dhisURL: dhisURL,
getUserId: `${COMMON_API}user/userName/`,
elasticSearchUrl: `${HWC_API}registrar/quickSearchES`,
};
5 changes: 3 additions & 2 deletions src/environments/environment.development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const dhisURL = '';
export const environment = {
production: false,
encKey: sessionStorageEncKey,

isEnableES: true,
tracking: {
platform: 'matomo',
siteId: 1,
Expand Down Expand Up @@ -569,7 +569,8 @@ export const environment = {
siteKey: siteKey,
captchaChallengeURL: captchaChallengeURL,
enableCaptcha: enableCaptcha,

getUserId: `${COMMON_API}user/userName/`,
enableCHOReportBtn: enableCHOReportBtn,
dhisURL: dhisURL,
elasticSearchUrl: `${HWC_API}registrar/quickSearchES`,
};
5 changes: 3 additions & 2 deletions src/environments/environment.local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const dhisURL = 'http://abc.xyz.org/dhis2-web-public/Reports.html?auth='; //samp
export const environment = {
production: false,
encKey: sessionStorageEncKey,

isEnableES: true,
tracking: {
platform: 'matomo',
siteId: 1,
Expand Down Expand Up @@ -568,7 +568,8 @@ export const environment = {
siteKey: siteKey,
captchaChallengeURL: captchaChallengeURL,
enableCaptcha: enableCaptcha,

getUserId: `${COMMON_API}user/userName/`,
enableCHOReportBtn: enableCHOReportBtn,
dhisURL: dhisURL,
elasticSearchUrl: `${HWC_API}registrar/quickSearchES`,
};
5 changes: 3 additions & 2 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const dhisURL = '';
export const environment = {
production: true,
encKey: sessionStorageEncKey,

isEnableES: true,
tracking: {
platform: 'matomo',
siteId: 1,
Expand Down Expand Up @@ -569,7 +569,8 @@ export const environment = {
siteKey: siteKey,
captchaChallengeURL: captchaChallengeURL,
enableCaptcha: enableCaptcha,

getUserId: `${COMMON_API}user/userName/`,
enableCHOReportBtn: enableCHOReportBtn,
dhisURL: dhisURL,
elasticSearchUrl: `${HWC_API}registrar/quickSearchES`,
};
8 changes: 7 additions & 1 deletion src/environments/environment.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ const sessionStorageEncKey = '';
const siteKey = '';
const captchaChallengeURL = '';
const enableCaptcha = false;
const enableCHOReportBtn = true;
const dhisURL = '';

export const environment = {
production: false,
encKey: sessionStorageEncKey,

isEnableES: true,
tracking: {
platform: 'matomo',
siteId: 1,
Expand Down Expand Up @@ -567,4 +569,8 @@ export const environment = {
siteKey: siteKey,
captchaChallengeURL: captchaChallengeURL,
enableCaptcha: enableCaptcha,
getUserId: `${COMMON_API}user/userName/`,
enableCHOReportBtn: enableCHOReportBtn,
dhisURL: dhisURL,
elasticSearchUrl: `${HWC_API}registrar/quickSearchES`,
};