Skip to content

feat(i18n): add integrations.coming_soon badge label (8 locales)#58

Merged
haim-barad merged 1 commit into
mainfrom
feat/dash-marketing-coming-soon-key
Apr 26, 2026
Merged

feat(i18n): add integrations.coming_soon badge label (8 locales)#58
haim-barad merged 1 commit into
mainfrom
feat/dash-marketing-coming-soon-key

Conversation

@haim-barad

@haim-barad haim-barad commented Apr 26, 2026

Copy link
Copy Markdown
Member

User description

Summary

Adds integrations.coming_soon to all 8 marketing locales for the dash root landing's "Coming soon" badge.

Locale Value
en-US Coming soon
en-GB Coming soon
es-ES Próximamente
es-MX Próximamente
fr Bientôt disponible
it In arrivo
pt-BR Em breve
pt-PT Em breve

en-US hand-authored; other 7 locales Haiku-translated and cross-checked against each locale's existing `clover`/`square` description phrasing for tone consistency.

Companion

core_api PR #598 — Greptile P1 fix that moved the "Coming soon" badge in `IntegrationTile.tsx` from a hardcoded English string to `t(M.integrations.comingSoon)`. The frontend already bundles the en-US value in `enUSFallback.marketing.integrations.coming_soon`; non-en-US locales fetch the translated value from the HTTP backend at runtime once this lands.

Test plan

  • All 8 JSON files parse as valid JSON
  • Each locale's value matches its existing translations of "Coming soon" in clover.desc / square.desc
  • After merge: `crowdin upload sources` to sync to Crowdin (project_id 881724)

🤖 Generated with Claude Code


CodeAnt-AI Description

Add localized “Coming soon” text for integration tiles

What Changed

  • Added the “Coming soon” label to the integrations section in all 8 marketing locales
  • Users now see the badge in their selected language instead of only English
  • Included translations for English, Spanish, French, Italian, and Portuguese variants

Impact

✅ Localized integration badges
✅ Clearer marketing pages for non-English users
✅ Fewer English-only labels in the dashboard

🔄 Retrigger CodeAnt AI Review

Details

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Companion to core_api PR #598 (Greptile P1 fix). The IntegrationTile
component shows a "Coming soon" badge on tiles whose status is
'coming_soon'. Previously the badge text was hardcoded English; PR #598
moved it behind useTranslation('marketing') against the new
`integrations.coming_soon` key.

This PR adds the canonical strings for that key in all 8 locales:
- en-US/en-GB: "Coming soon"
- es-ES/es-MX: "Próximamente" (matches the existing clover/square
  descriptions in these locales)
- fr: "Bientôt disponible"
- it: "In arrivo"
- pt-BR/pt-PT: "Em breve"

en-US is hand-authored; the other 7 are Haiku-translated and
cross-checked against each locale's existing clover/square `desc`
phrasing for tone consistency.

Until merge, non-en-US users would see "Coming soon" via the en-US
fallback chain in i18next — still acceptable but not ideal. Once this
ships and Crowdin syncs (`crowdin upload sources`), the badge renders
in the merchant's selected language.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codeant-ai

codeant-ai Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Apr 26, 2026
@codeant-ai

codeant-ai Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

CodeAnt AI finished reviewing your PR.

@haim-barad haim-barad self-assigned this Apr 26, 2026
@haim-barad haim-barad merged commit ca021e6 into main Apr 26, 2026
7 checks passed
@haim-barad haim-barad deleted the feat/dash-marketing-coming-soon-key branch April 26, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant