Skip to content

New Crowdin updates#3148

Merged
feruzm merged 78 commits intodevelopmentfrom
l10n_development
Mar 20, 2026
Merged

New Crowdin updates#3148
feruzm merged 78 commits intodevelopmentfrom
l10n_development

Conversation

@feruzm
Copy link
Copy Markdown
Member

@feruzm feruzm commented Mar 20, 2026

Summary by CodeRabbit

  • New Features
    • AI Writing Assistant UI localized across 100+ languages (labels, actions, placeholders, controls, and user-facing error messages).
    • Added a “Start” summarization label in post UI strings to support the summarization flow.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 68d575a8-ac2f-4969-99ba-1288d4bfe0a4

📥 Commits

Reviewing files that changed from the base of the PR and between a8dd498 and 260eb44.

📒 Files selected for processing (1)
  • src/config/locales/es-ES.json

📝 Walkthrough

Walkthrough

This PR adds an ai_assist localization namespace and a post.summarize_start string to many locale JSON files (including en-US.json), inserting UI labels, action descriptions, character/points messaging, controls, and error messages for an AI Writing Assistant feature.

Changes

Cohort / File(s) Summary
AI Writing Assistant Localization
src/config/locales/ac-ace.json, src/config/locales/ar-SA.json, src/config/locales/as-IN.json, src/config/locales/az-AZ.json, src/config/locales/bg-BG.json, src/config/locales/bn-BD.json, src/config/locales/bo-BT.json, src/config/locales/bs-BA.json, src/config/locales/ca-ES.json, src/config/locales/ceb-PH.json, src/config/locales/cs-CZ.json, src/config/locales/da-DK.json, src/config/locales/de-DE.json, src/config/locales/el-GR.json, src/config/locales/eo-UY.json, src/config/locales/es-AR.json, src/config/locales/es-ES.json, src/config/locales/es-MX.json, src/config/locales/et-EE.json, src/config/locales/fa-IR.json, src/config/locales/fi-FI.json, src/config/locales/fil-PH.json, src/config/locales/fr-FR.json, src/config/locales/ga-IE.json, src/config/locales/gl-ES.json, src/config/locales/got-DE.json, src/config/locales/he-IL.json, src/config/locales/hi-IN.json, src/config/locales/hr-HR.json, src/config/locales/hu-HU.json, src/config/locales/hy-AM.json, src/config/locales/id-ID.json, src/config/locales/is-IS.json, src/config/locales/it-IT.json, src/config/locales/ja-JP.json, src/config/locales/ka-GE.json, src/config/locales/kab-KAB.json, src/config/locales/kk-KZ.json, src/config/locales/ko-KR.json, src/config/locales/ks-IN.json, src/config/locales/ku-TR.json, src/config/locales/ky-KG.json, src/config/locales/lt-LT.json, src/config/locales/lv-LV.json, src/config/locales/mk-MK.json, src/config/locales/mn-MN.json, src/config/locales/ms-MY.json, src/config/locales/ne-NP.json, src/config/locales/nl-NL.json, src/config/locales/no-NO.json, src/config/locales/pa-IN.json, src/config/locales/pcm-NG.json, src/config/locales/pl-PL.json, src/config/locales/pt-PT.json, src/config/locales/ro-RO.json, src/config/locales/ru-RU.json, src/config/locales/sa-IN.json, src/config/locales/sk-SK.json, src/config/locales/sl-SI.json, src/config/locales/sq-AL.json, src/config/locales/sr-CS.json, src/config/locales/sv-SE.json, src/config/locales/sw-KE.json, src/config/locales/ta-IN.json, src/config/locales/tg-TJ.json, src/config/locales/th-TH.json, src/config/locales/tk-TM.json, src/config/locales/tr-TR.json, src/config/locales/uk-UA.json, src/config/locales/ur-IN.json, src/config/locales/ur-PK.json, src/config/locales/uz-UZ.json, src/config/locales/vi-VN.json, src/config/locales/yo-NG.json, src/config/locales/zh-CN.json, src/config/locales/zh-TW.json
Added a new ai_assist namespace with ~30 keys (feature title, balance/cost/free labels, actions: improve/suggest tags/generate title/summarize/check grammar, input labels/placeholders, min/remaining char messaging, submit/apply/copy controls, retry CTAs, and error messages). Added post.summarize_start to each locale.
English locale & formatting
src/config/locales/en-US.json
Added ai_assist namespace (with interpolation variables like {required}, {available}, {count}). Normalized cross_post JSON formatting and added post.summarize_start. Minor punctuation/formatting edits in some post objects across locales.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • AI assist #3147: Adds ai_assist localization keys and post.summarize_start entries across locale files, closely matching the changes in this PR.

Poem

🐰 I hopped through JSON, key by key,

“ai_assist” now speaks every tongue,
Buttons, errors, and a little Start—
Across locales my tiny paws dance,
Helping writers find their art. ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'New Crowdin updates' is vague and generic, using non-descriptive terms that don't convey specific information about the changeset beyond referencing Crowdin. Consider using a more descriptive title such as 'Add AI writing assistant localization strings across 61 languages' to clearly indicate the primary change.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch l10n_development

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@feruzm feruzm merged commit 2696246 into development Mar 20, 2026
8 checks passed
@feruzm feruzm deleted the l10n_development branch March 20, 2026 17:30
@coderabbitai coderabbitai Bot mentioned this pull request Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant