-
-
Notifications
You must be signed in to change notification settings - Fork 376
Update locale #2948
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
Update locale #2948
Conversation
Caution Review failedFailed to post review comments. WalkthroughIntroduces pgRouting 4.0.0 with C++17, updated CMake (>=3.12), optional clang-tidy integration, and broad CI/workflow refactors. Documentation is extensively restructured (Sphinx targets, macros, categories), new contraction docs added, several legacy docs removed, locale tooling updated, and Transifex config removed. README/NEWS updated. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant CMake as CMake (project)
participant Tidy as clang-tidy
participant CI as GitHub Actions
Dev->>CMake: -DUSE_CLANG_TIDY=ON
CMake->>Tidy: Configure CMAKE_CXX_CLANG_TIDY (if found)
CI->>CMake: Configure & build
alt Tidy enabled
CMake->>Tidy: Run checks per .clang-tidy
else
CMake-->>CI: Build without clang-tidy
end
sequenceDiagram
participant GH as GitHub Push
participant WF as update-locale.yml
participant Env as APT/Sphinx
participant Script as .github/scripts/update_locale.sh
participant Git as Git
GH->>WF: Trigger on doc/** changes
WF->>Env: Install sphinx, sphinx-intl, graphviz
WF->>Script: BUILD_LOCALE=ON update
Script->>Script: Clean obsolete entries, stage PO/POT
WF->>Git: Commit and push locale updates
Estimated code review effort🎯 5 (Critical) | ⏱️ ~120 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches
🧪 Generate unit tests
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Updates the locale
@pgRouting/admins
Summary by CodeRabbit
New Features
Documentation
Chores
Refactor