Skip to content
Closed
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
2 changes: 1 addition & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3233,6 +3233,7 @@
"lock_invoice": "Lock Invoice",
"lock_ratios": "Lock Ratios",
"locked": "Locked",
"log_in": "Log in",
"log_in_again": "Log in again",
"log_lab_results": "Log Lab Results",
"log_report": "Log Report",
Expand Down Expand Up @@ -5768,7 +5769,6 @@
"showing_x_of_y": "Showing <strong>{{x}}</strong> of <strong>{{y}}</strong>",
"sidebar": "sidebar",
"sidebar_description": "sidebar provides navigation to different sections",
"sign_in": "Sign in",
"sign_in_to_your_account_to_continue": "Sign in to your account to continue",
"sign_out": "Sign out",
"since": "since",
Expand Down
1 change: 0 additions & 1 deletion public/locale/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,6 @@
"show_default_presets": "ഡിഫോൾട്ട് പ്രീസെറ്റുകൾ കാണിക്കുക",
"show_patient_presets": "രോഗിയുടെ പ്രീസെറ്റുകൾ കാണിക്കുക",
"show_unread_notifications": "വായിക്കാത്തത് കാണിക്കുക",
"sign_in": "സൈൻ ഇൻ",
"sign_out": "ലോഗ് ഔട്ട് ചെയ്യുക/പുറത്തിറങ്ങുക",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Deletes Crowdin-managed translation

When this branch is merged or synchronized with Crowdin, this deletion removes the pre-existing Malayalam sign_in translation instead of leaving the non-English catalog unchanged, causing the established translation to be lost and the direct edit to conflict with the repository's Crowdin-managed workflow.

Context Used: CLAUDE.md (source)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@rithviknishad Sir so shall I again add sign_in in ml.json?

"skill_add_error": "കഴിവ് ചേർക്കുന്നതിനിടെ എറർ",
"skill_added_successfully": "കഴിവ് വിജയകരമായി ചേർത്തു",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Common/LoginHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const LoginHeader = () => {
)
}
>
{t("sign_in")}
{t("log_in")}
</Button>
</div>
</header>
Expand Down
Loading