Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n - translations #10275

Merged
merged 2 commits into from
Feb 18, 2025
Merged

i18n - translations #10275

merged 2 commits into from
Feb 18, 2025

Conversation

github-actions[bot]
Copy link
Contributor

No description provided.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This PR implements automated translation workflows using Crowdin integration, with scheduled pulls every 2 hours and push actions on main branch updates.

  • Added /.github/workflows/i18n-pull.yaml for automated translation pulls from Crowdin every 2 hours with strict compilation checks
  • Added /.github/workflows/i18n-push.yaml to extract and upload new translations to Crowdin when changes are pushed to main
  • Added French translations in /packages/twenty-emails/src/locales/fr-FR.po with email template localizations
  • Implemented concurrency controls to prevent workflow conflicts and race conditions
  • Added safeguards to only create PRs when actual translation changes are detected

No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@FelixMalfait FelixMalfait merged commit 3dbd2ec into main Feb 18, 2025
2 checks passed
@FelixMalfait FelixMalfait deleted the i18n branch February 18, 2025 00:32
Copy link
Contributor Author

Fails
🚫

node failed.

Log

�[31mError: �[39m SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
�[90m    at parseJSONFromBytes (node:internal/deps/undici/undici:5591:19)�[39m
�[90m    at successSteps (node:internal/deps/undici/undici:5562:27)�[39m
�[90m    at fullyReadBody (node:internal/deps/undici/undici:1665:9)�[39m
�[90m    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)�[39m
�[90m    at async specConsumeBody (node:internal/deps/undici/undici:5571:7)�[39m
danger-results://tmp/danger-results-296a96ef.json

Generated by 🚫 dangerJS against aadaff9

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.

2 participants