i18n-tasks icon indicating copy to clipboard operation
i18n-tasks copied to clipboard

Manage translation and localization with static analysis, for Ruby i18n

Results 80 i18n-tasks issues
Sort by recently updated
recently updated
newest added

The gem fails to install on JRuby, when installing better_html gem dependency (native c extension). Env: ``` ruby -v jruby 9.4.2.0 (3.1.0) 2023-03-08 90d2913fda OpenJDK 64-Bit Server VM 21+35-2513 on...

First things - Love this gem and it helps a great deal to work with i18n files. I have an `en.yml` which has this key: `text_your_student: text your student at...

Dear team, Thank you so much for this amazing tool A small issue I have run into, with this kind of code ```ruby I18n.t("my.translation.#{mapping["key"]}") ``` The presence of both `[`...

Hi When trying to execute the command "i18n-tasks translate-missing sv --from=en --backend=openai" (after realizing there was no support for dotenv variables), I keep getting the error below. I am running...

Hi, I've just realised the project I'm working on uses i18n-tasks and for the most part things are working fine. I have recently added a few things into an `en.rb`...

Rails automatically [grabs email the email subject](https://guides.rubyonrails.org/i18n.html#translations-for-action-mailer-e-mail-subjects) from I18n files without needing to be explicitly referenced in code. However, `i18n-tasks` reports it as an unused translation: ``` Unused keys (1)...

I'm running into an issue similar to #473, but with the `unused` check. This occurs when a source item has an `other`, and a translation is partial and has only...

Heyho, i have a problem with the rails model matcher. At first i need to require it in my config - weird, but okay :grin: ``` ``` When i run...

I add the string into an array of string, but the **i18n-tasks unused** marks it as "unused". It pass if it's moved outside of array. ``` ``` instead this works...

Hello, I have a project where the yaml files are nested in multiple folders, somethng like . └── all_translations/ ├── tanslations_set1/ │ └── en.yml └── translations_set2/ └── en.yml I can...

question