Skip to content

chore(i18n): remove legacy i18n pipeline files#73183

Open
artem-vavilov wants to merge 2 commits into
stagingfrom
i18n-cleanup
Open

chore(i18n): remove legacy i18n pipeline files#73183
artem-vavilov wants to merge 2 commits into
stagingfrom
i18n-cleanup

Conversation

@artem-vavilov

@artem-vavilov artem-vavilov commented Jun 11, 2026

Copy link
Copy Markdown
Member

Removes ~145 MB of unused legacy i18n data that was generated by the old Crowdin-based i18n sync pipeline, along with the related Git LFS tracking rules.

Previously, that pipeline collected source strings from across the repository, synced them through Crowdin, and generated translation outputs in the i18n/locales directory. Those generated files were then used to distribute translations back into runtime locations across apps, dashboard, pegasus, and related i18n resources.

This PR also updates backend i18n loading so frontend strings are loaded directly from the existing frontend i18n files, including Blockly strings from apps/lib/blockly/*.js and app strings from apps/i18n/**/*.json, instead of relying on the generated i18n/locales outputs.

The removed files are not the source of truth and can be regenerated by the existing bin/i18n scripts if needed.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 11f56e43ed

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread i18n/locales/source/dashboard/base.yml
@artem-vavilov artem-vavilov requested review from a team June 11, 2026 07:32
@artem-vavilov artem-vavilov changed the title chore(i18n): remove legazy i18n pipeline files chore(i18n): remove legacy i18n pipeline files Jun 11, 2026
@artem-vavilov artem-vavilov requested a review from Copilot June 11, 2026 14:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

@stephenliang stephenliang left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM however we will want to delete the scripts that generate these localizations to avoid them coming back.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still needed if we're no longer syncing?

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.

3 participants