Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Conditional Rendering of TextAreaFormField for Sample Test Type #8960

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 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
22 changes: 22 additions & 0 deletions src/Locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
"are_you_still_watching": "Are you still watching?",
"are_you_sure_want_to_delete": "Are you sure you want to delete {{name}}?",
"are_you_sure_want_to_delete_this_record": "Are you sure want to delete this record?",
"ari": "ARI - Acute Respiratory illness",
"asset_class": "Asset Class",
"asset_location": "Asset Location",
"asset_name": "Asset Name",
Expand All @@ -313,6 +314,7 @@
"assigned_facility": "Facility assigned",
"assigned_to": "Assigned to",
"async_operation_warning": "This operation may take some time. Please check back later.",
"atypical_presentation_details": "Atypical presentation details",
"audio__allow_permission": "Please allow microphone permission in site settings",
"audio__allow_permission_button": "Click here to know how to allow",
"audio__allow_permission_helper": "You might have denied microphone access in the past.",
Expand Down Expand Up @@ -479,6 +481,8 @@
"contact_person_at_the_facility": "Contact person at the current facility",
"contact_person_number": "Contact person number",
"contact_phone": "Contact Person Number",
"contact_with_confirmed_carrier": "Contact with confirmed carrier",
"contact_with_suspected_carrier": "Contact with suspected carrier",
"contact_your_admin_to_add_skills": "Contact your admin to add skills",
"continue": "Continue",
"continue_watching": "Continue watching",
Expand Down Expand Up @@ -543,6 +547,7 @@
"diagnosis_at_discharge": "Diagnosis at Discharge",
"diastolic": "Diastolic",
"differential": "Differential",
"differential_diagnosis": "Differential diagnosis",
"discard": "Discard",
"discharge": "Discharge",
"discharge_from_care": "Discharge from CARE",
Expand All @@ -560,7 +565,9 @@
"district": "District",
"district_program_management_supporting_unit": "District Program Management Supporting Unit",
"doctor_s_medical_council_registration": "Doctor's Medical Council Registration",
"doctors_name": "Doctor's Name",
"domestic_healthcare_support": "Domestic healthcare support",
"domestic_international_travel": "Domestic/international Travel (within last 28 days)",
"done": "Done",
"dosage": "Dosage",
"down": "Down",
Expand Down Expand Up @@ -627,6 +634,7 @@
"error_while_deleting_record": "Error while deleting record",
"escape": "Escape",
"estimated_contact_date": "Estimated contact date",
"etiology_identified": "Etiology identified",
"events": "Events",
"expand_sidebar": "Expand Sidebar",
"expected_burn_rate": "Expected Burn Rate",
Expand All @@ -640,6 +648,7 @@
"facility_search_placeholder": "Search by Facility / District Name",
"facility_type": "Facility Type",
"failed_to_link_abha_number": "Failed to link ABHA Number. Please try again later.",
"fast_track_testing_reason": "Fast track testing reason",
"features": "Features",
"feed_configurations": "Feed Configurations",
"feed_is_currently_not_live": "Feed is currently not live",
Expand Down Expand Up @@ -685,6 +694,7 @@
"goal": "Our goal is to continuously improve the quality and accessibility of public healthcare services using digital tools.",
"granted_on": "Granted On",
"has_domestic_healthcare_support": "Has domestic healthcare support?",
"has_sari": "Has SARI (Severe Acute Respiratory illness)?",
"health_facility__config_registration_error": "Health ID registration failed",
"health_facility__config_update_error": "Health Facility config update failed",
"health_facility__config_update_success": "Health Facility config updated successfully",
Expand Down Expand Up @@ -718,6 +728,7 @@
"hubs": "Hub Facilities",
"i_declare": "I hereby declare that:",
"icd11_as_recommended": "As per ICD-11 recommended by WHO",
"icmr_specimen_referral_form": "ICMR Specimen Referral Form",
"incomplete_patient_details_warning": "Patient details are incomplete. Please update the details before proceeding.",
"inconsistent_dosage_units_error": "Dosage units must be same",
"indian_mobile": "Indian Mobile",
Expand Down Expand Up @@ -752,15 +763,18 @@
"investigations_suggested": "Investigations Suggested",
"is": "Is",
"is_antenatal": "Is Antenatal",
"is_atypical_presentation": "Is Atypical presentation",
"is_declared_positive": "Whether declared positive",
"is_emergency": "Is emergency",
"is_emergency_case": "Is emergency case",
"is_it_upshift": "is it upshift",
"is_this_an_emergency": "Is this an emergency?",
"is_this_an_upshift": "Is this an upshift?",
"is_unusual_course": "Is unusual course",
"is_up_shift": "Is up shift",
"is_upshift_case": "Is upshift case",
"is_vaccinated": "Whether vaccinated",
"label": "Label",
"landline": "Indian landline",
"language_selection": "Language Selection",
"last_administered": "Last administered",
Expand Down Expand Up @@ -890,6 +904,7 @@
"notice_board": "Notice Board",
"notification_permission_denied": "Notification permission denied",
"notification_permission_granted": "Notification permission granted",
"number_of_aged_dependents": "Number of Aged Dependents (Above 60)",
"number_of_aged_dependents_above_60": "Number Of Aged Dependents (Above 60)",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Remove duplicate translation key.

There are two keys for the same translation with slightly different text:

Remove the duplicate key:

-  "number_of_aged_dependents": "Number of Aged Dependents (Above 60)",
-  "number_of_aged_dependents_above_60": "Number Of Aged Dependents (Above 60)",
+  "number_of_aged_dependents": "Number of Aged Dependents (Above 60)",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"number_of_aged_dependents": "Number of Aged Dependents (Above 60)",
"number_of_aged_dependents_above_60": "Number Of Aged Dependents (Above 60)",
"number_of_aged_dependents": "Number of Aged Dependents (Above 60)",

"number_of_beds": "Number of beds",
"number_of_beds_out_of_range_error": "Number of beds cannot be greater than 100",
Expand Down Expand Up @@ -924,6 +939,7 @@
"password_reset_failure": "Password Reset Failed",
"password_reset_success": "Password Reset successfully",
"password_sent": "Password Reset Email Sent",
"patient": "Patient",
"patient_address": "Patient Address",
"patient_body": "Patient Body",
"patient_category": "Patient Category",
Expand Down Expand Up @@ -1065,6 +1081,7 @@
"result": "Result",
"result_date": "Result Date",
"result_details": "Result details",
"result_on": "Result on",
"resume": "Resume",
"retake": "Retake",
"return_to_care": "Return to CARE",
Expand All @@ -1078,7 +1095,11 @@
"sample_collection_date": "Sample Collection Date",
"sample_format": "Sample Format",
"sample_test": "Sample Test",
"sample_test_details": "Sample Test Details",
"sample_test_history": "Sample Test History",
"sample_type": "Sample Type",
"sample_type_description": "Sample Type Description",
"sari": "SARI - Severe Acute Respiratory illness",
"save": "Save",
"save_and_continue": "Save and Continue",
"save_investigation": "Save Investigation",
Expand Down Expand Up @@ -1167,6 +1188,7 @@
"tachycardia": "Tachycardia",
"target_dosage": "Target Dosage",
"test_type": "Type of test done",
"tested_on": "Tested on",
"third_party_software_licenses": "Third Party Software Licenses",
"titrate_dosage": "Titrate Dosage",
"to_be_conducted": "To be conducted",
Expand Down
Loading
Loading