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: translate all strings and add i18n-tasks. #58

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

patriciomacadden
Copy link
Contributor

Translated all strings (all locale files but en and es are incomplete, but I can give google translate a try 😛 ).
Also added i18n-tasks to normalize the locale files but more importantly it adds tests that fail if there are missing or unused i18n keys.

@patriciomacadden patriciomacadden force-pushed the i18n branch 3 times, most recently from cf294ab to add2bef Compare February 13, 2024 02:11
@@ -12,6 +12,8 @@ gem "turbo-rails"
gem "importmap-rails"
gem "standard"
gem "appraisal"
gem "i18n-tasks"
gem "highline", "~> 2.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is one of i18n-tasks deps. I had to specify the version under 3.0 as 3.0 is ruby 3.0 onwards.

@excid3 excid3 merged commit 080bafb into excid3:main Feb 17, 2024
8 checks passed
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