fix: sync translations from crowdin#4201
Conversation
WalkthroughThis pull request updates the Serbian translation file (hrms/locale/sr.po) with adjustments to source code reference mappings and translation entries. The changes include updated line number anchors throughout the file reflecting shifts in source file positions (e.g., expense_claim.py:148 to expense_claim.py:149), reordering of existing translation message entries, and the addition of a new translation key for "Exemption Submission Proof" with an empty translation value. These modifications primarily consist of metadata and organizational adjustments rather than alterations to the translation strings themselves. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@hrms/locale/sr.po`:
- Around line 3778-3781: In hrms/locale/sr.po update the empty msgstr for msgid
"Exemption Submission Proof" to the approved Serbian translation; replace the
blank msgstr with "Dokaz o podnošenju zahteva za oslobođenje" so it matches the
nearby tax-exemption proof terminology and appears correctly in the Serbian
workspace sidebar.
| #. Label of a Workspace Sidebar Item | ||
| #: hrms/workspace_sidebar/tax_&_benefits.json | ||
| msgid "Exemption Submission Proof" | ||
| msgstr "" |
There was a problem hiding this comment.
Add the missing Serbian translation for this new sidebar item.
Line 3781 leaves msgstr empty for Exemption Submission Proof, so this entry will fall back to English in the Serbian workspace sidebar. Please populate it with the approved Serbian term, ideally matching the nearby tax-exemption proof terminology.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@hrms/locale/sr.po` around lines 3778 - 3781, In hrms/locale/sr.po update the
empty msgstr for msgid "Exemption Submission Proof" to the approved Serbian
translation; replace the blank msgstr with "Dokaz o podnošenju zahteva za
oslobođenje" so it matches the nearby tax-exemption proof terminology and
appears correctly in the Serbian workspace sidebar.
Summary by CodeRabbit