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

657 automate localizations #4003

Merged
merged 13 commits into from
Dec 19, 2024
Merged

657 automate localizations #4003

merged 13 commits into from
Dec 19, 2024

Conversation

HazelGrant
Copy link
Contributor

Fixes #657

@HazelGrant HazelGrant force-pushed the 657-automate_localizations branch 2 times, most recently from 99933bf to 443b854 Compare December 12, 2024 15:15
@HazelGrant HazelGrant force-pushed the 657-automate_localizations branch from 283123e to c2f41c7 Compare December 18, 2024 15:24
@HazelGrant HazelGrant force-pushed the 657-automate_localizations branch from a95a5fe to f138ed4 Compare December 18, 2024 16:33
@@ -39,6 +39,10 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
# gem 'web-console', '~> 2.0'
gem 'i18n-tasks'
gem 'highline', '2.1.0'
gem 'easy_translate'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

'easy_translate' and 'ruby-openai' bring in gem incompatibilities with Ruby 2.7. However, running bundle exec i18n-tasks translate-missing (which requires these two gems) translates zero keys. Do we need this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need this?

I think longer term we will. Maybe we just can't automatic updates this until we drop 2.7 support?

@HazelGrant HazelGrant marked this pull request as ready for review December 18, 2024 19:06
@HazelGrant HazelGrant requested a review from johrstrom December 18, 2024 19:07
Copy link
Contributor

@johrstrom johrstrom left a comment

Choose a reason for hiding this comment

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

This looks good to me. Though note that #657 was about automating it as well so maybe that wasn't quite a good first issue and is indeed 2 or 3 tasks.

@HazelGrant HazelGrant merged commit ccfb597 into master Dec 19, 2024
25 checks passed
@HazelGrant HazelGrant deleted the 657-automate_localizations branch December 19, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate localizations
3 participants