Translations update from OSGeo Weblate#277
Conversation
Currently translated at 100.0% (96 of 96 strings) Co-authored-by: Celia Virginia Vergara Castillo <vicky@erosion.dev> Translate-URL: https://weblate.osgeo.org/projects/pgrouting-workshop/basic-graphs/es/ Translation: pgRouting workshop/basic-graphs
WalkthroughThe Spanish ChangesSpanish graphs.po translation fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@locale/es/LC_MESSAGES/basic/graphs.po`:
- Around line 79-81: The duplicated taxi-speed entry at line 495 has
inconsistent percent-escaping compared to the corrected version at line 81. Find
the duplicate msgstr entry for "Speed is 10% slower than that of the particular
vehicles." at line 495 and change `10%` to `10%%` to match the escaping fix
applied at line 81, ensuring consistent python-format handling across both
entries.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 7f800243-4c46-4153-a7fb-231831968812
📒 Files selected for processing (1)
locale/es/LC_MESSAGES/basic/graphs.po
| #, python-format | ||
| msgid "Speed is 10% slower than that of the particular vehicles." | ||
| msgstr "La velocidad es 10% inferior a la de los vehículos particulares." | ||
| msgstr "La velocidad es 10%% inferior a la de los vehículos particulares." |
There was a problem hiding this comment.
Apply the same percent-escaping fix to the duplicated taxi-speed entry.
Line 81 is correctly fixed to 10%%, but the duplicated #, python-format entry at Line 495 still uses 10%. Keep escaping consistent across both entries to avoid python-format interpolation/validation errors.
Suggested patch
- msgstr "La velocidad de taxi es 10% inferior a la del vehículo particular."
+ msgstr "La velocidad de taxi es 10%% inferior a la del vehículo particular."🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@locale/es/LC_MESSAGES/basic/graphs.po` around lines 79 - 81, The duplicated
taxi-speed entry at line 495 has inconsistent percent-escaping compared to the
corrected version at line 81. Find the duplicate msgstr entry for "Speed is 10%
slower than that of the particular vehicles." at line 495 and change `10%` to
`10%%` to match the escaping fix applied at line 81, ensuring consistent
python-format handling across both entries.
Translations update from OSGeo Weblate for pgRouting workshop/index.
Current translation status:
Summary by CodeRabbit
Bug Fixes
Chores