Skip to content

Remove Localazy integration#6373

Open
andremion wants to merge 1 commit intodevelopfrom
chore/remove-localazy-integration
Open

Remove Localazy integration#6373
andremion wants to merge 1 commit intodevelopfrom
chore/remove-localazy-integration

Conversation

@andremion
Copy link
Copy Markdown
Contributor

@andremion andremion commented Apr 16, 2026

Goal

Remove the Localazy translation management integration from the project. The team has decided to move away from Localazy and use AI-based translations instead.

Implementation

  • Deleted localazy.json (upload/download configuration for 4 modules)
  • Deleted .github/workflows/localazy-upload.yml (triggered on push to develop when English strings changed)
  • Deleted .github/workflows/localazy-download.yml (daily cron that downloaded translations and opened auto-PRs)

No UI changes.

Testing

  • Verify no remaining references to Localazy in the repo
  • Verify no other CI workflows depend on the deleted ones

Summary by CodeRabbit

  • Chores
    • Removed automated translation synchronization infrastructure.

@andremion andremion requested a review from a team as a code owner April 16, 2026 09:17
@andremion andremion added the pr:internal Internal changes / housekeeping label Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 16, 2026

PR checklist ✅

All required conditions are satisfied:

  • Title length is OK (or ignored by label).
  • At least one pr: label exists.
  • Sections ### Goal, ### Implementation, and ### Testing are filled.

🎉 Great job! This PR is ready for review.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 1d394e30-aefd-4e79-9936-f58fc913b622

📥 Commits

Reviewing files that changed from the base of the PR and between 65508ae and 2cef37b.

📒 Files selected for processing (3)
  • .github/workflows/localazy-download.yml
  • .github/workflows/localazy-upload.yml
  • localazy.json
💤 Files with no reviewable changes (3)
  • .github/workflows/localazy-download.yml
  • localazy.json
  • .github/workflows/localazy-upload.yml

Walkthrough

Removed Localazy translation integration including two GitHub Actions workflows and the service configuration file. This eliminates the automated daily translation upload and pushback functionality for Android string resources.

Changes

Cohort / File(s) Summary
Localazy Integration Removal
.github/workflows/localazy-download.yml, .github/workflows/localazy-upload.yml, localazy.json
Deleted Localazy configuration and GitHub Actions workflows that automated translation uploads on pushes to develop branch and scheduled daily downloads with automatic pull request creation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Hop along, translations flee,
Localazy bids farewell with glee,
Workflows gone, configs removed clean,
Android strings now stay home unseen. 🌿

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: removal of Localazy integration, which matches the changeset perfectly.
Description check ✅ Passed The description covers Goal, Implementation, and Testing sections. However, it lacks several template sections (UI Changes, Contributor Checklist, Reviewer Checklist, GIF) which are not applicable or critical for a deletion-only PR.
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 chore/remove-localazy-integration

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.

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

SDK Size Comparison 📏

SDK Before After Difference Status
stream-chat-android-client 5.82 MB 5.82 MB 0.00 MB 🟢
stream-chat-android-ui-components 10.95 MB 10.95 MB 0.00 MB 🟢
stream-chat-android-compose 12.23 MB 12.23 MB 0.00 MB 🟢

@andremion andremion added the pr:ignore-for-release Exclude from release notes label Apr 16, 2026
@andremion
Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 16, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:ignore-for-release Exclude from release notes pr:internal Internal changes / housekeeping

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants