Skip to content

Commit

Permalink
Issue feat:Add newly added translation in hindi and marathi
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshataKatwal16 committed Dec 4, 2024
1 parent 42ab313 commit eaf90b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 6 additions & 3 deletions public/locales/hi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@
"USER_CENTER": "{{name}} निम्नलिखित केंद्र से संबंधित है",
"DELETE_FROM_BLOCK_WARNING": "क्या आप उपयोगकर्ता को ब्लॉक से हटाना चाहते हैं?",
"DELETE_FROM_CENTER_WARNING": "क्या आप उपयोगकर्ता को केंद्र से हटाना चाहते हैं?",
"DELETE_FROM_CENTERS_WARNING": "क्या आप उपयोगकर्ता को केंद्रों से हटाना चाहते हैं?"

"DELETE_FROM_CENTERS_WARNING": "क्या आप उपयोगकर्ता को केंद्रों से हटाना चाहते हैं?",
"COHORT_CODE_EXISTS": "कोड पहले से मौजूद है"

},
"LOGIN_PAGE": {
"USERNAME": "उपयोगकर्ता नाम",
Expand Down Expand Up @@ -273,7 +274,9 @@
"STATE_CODE": "राज्य कोड",
"DISTRICT_CODE": "जिला कोड",
"BLOCK_CODE": "ब्लॉक कोड",
"CODE": "कोड"
"CODE": "कोड",
"MASTER":"मास्टर"

},
"CENTERS": {
"CENTERS": "केंद्र",
Expand Down
8 changes: 6 additions & 2 deletions public/locales/mr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"PAGE_NOT_FOUND": "पृष्ठ सापडले नाही",
"ACCESS_DENIED": "प्रवेश नाकारला",
"YOU_DONT_HAVE_PERMISSION_TO_ACCESS_THIS_PAGE": "तुम्हाला या पृष्ठावर प्रवेश नाही",
"RETURN_TO_LOGIN": "लॉगिनवर परत जा"
"RETURN_TO_LOGIN": "लॉगिनवर परत जा",
"COHORT_CODE_EXISTS": "कोड आधीच अस्तित्वात आहे"

},
"LOGIN_PAGE": {
"USERNAME": "वापरकर्ता नाव",
Expand Down Expand Up @@ -261,7 +263,9 @@
"STATE_CODE": "राज्य कोड",
"DISTRICT_CODE": "जिल्हा कोड",
"BLOCK_CODE": "ब्लॉक कोड",
"CODE": "कोड"
"CODE": "कोड",
"MASTER":"मास्टर"

},
"CENTERS": {
"CENTERS": "केंद्रे",
Expand Down
4 changes: 1 addition & 3 deletions src/components/DynamicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ const DynamicForm: React.FC<DynamicFormProps> = ({
};

const cleanedFormData = cleanAndReplace(event.formData);
console.log("cleanedFormData---", cleanedFormData);

console.log("Form data changed:", cleanedFormData);


setLocalFormData(cleanedFormData);
setUserEnteredEmail(cleanedFormData?.email);
Expand Down

0 comments on commit eaf90b0

Please sign in to comment.