New Crowdin updates#3193
Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
Greptile SummaryThis PR syncs new translation keys from Crowdin across all 77 supported locale files. Five new keys related to a link-handling feature in the Explore browser are added to every locale.
Confidence Score: 5/5This PR is safe to merge — it only adds new JSON string entries to locale files and cannot break existing functionality. Every change is an additive JSON insertion of five string keys across locale files. No logic, no imports, and no runtime code paths are touched. The new keys are not yet consumed by any source file, so even a malformed string would have no user-visible effect until the companion UI code lands. Only one locale (es-ES) has actual translations; the remaining 76 carry English fallbacks, which is the standard Crowdin seeding pattern. No files require special attention. All 77 locale files follow the same additive pattern and are structurally valid JSON. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User taps a link in post content] --> B{Link handler}
B --> C[Show link options menu]
C --> D["link_copy — Copy to clipboard"]
C --> E["link_open_system — Open in System browser"]
C --> F["link_open_explore — Open in Explore"]
F --> G["link_explore_warning_title / link_explore_warning_desc\nSecurity confirmation dialog"]
G --> H{User decision}
H -->|Trust the link| I[Load in Explore browser\nHive wallet access available]
H -->|Cancel| J[Dismiss]
Reviews (1): Last reviewed commit: "New translations en-us.json (Spanish)" | Re-trigger Greptile |
No description provided.