-
-
Notifications
You must be signed in to change notification settings - Fork 543
Reformat .po files #2356
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
Reformat .po files #2356
Conversation
Summary by CodeRabbit
WalkthroughThe changes standardize the formatting of holiday translation files by consolidating multi‑line message identifiers and strings into single lines. This update affects a wide range of localization files for various languages (e.g., Arabic, Belarusian, Bulgarian, German, English, Thai, etc.) to improve readability and consistency. In addition, a new constant Changes
Possibly related PRs
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2356 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 204 204
Lines 12853 12853
Branches 1817 1817
=========================================
Hits 12853 12853 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@KJhellico Is there any other changes required or would make snapshot
command automatically increase line limit to 99 now after this? 👀
Nvm, just saw WRAP_WIDTH
, I somehow missed that during the first review somehow
I believe no content change expected here, only code formatting changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed change
Reformat .po files (align with line length 99).
Type of change
holidays
functionality in general)Checklist
make check
, all checks and tests are green