You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing translations (2) | i18n-tasks v1.0.12
+--------+-----------------------------------+---------------------------------------------------+
| Locale | Key | Value in other locales or source |
+--------+-----------------------------------+---------------------------------------------------+
| all | enumerations.checks.#{foo}.#{bar} | app/test_file.rb:204 |
| all | enumerations.test.#{foobar} | app/test_file.rb:203 |
+--------+-----------------------------------+---------------------------------------------------+
This is not resolved by adding them to the ignore_missing in the config either:
## Do not consider these keys missing:
ignore_missing:
- enumerations.checks.#{foo}.#{bar}
- enumerations.test.#{foobar}
Ideally dynamic keys used in the use hints should not count as a separate missing translation key, and if they do count towards it how can we tell i18n-tasks to ignore them for the missing check?
The text was updated successfully, but these errors were encountered:
Using a dynamic key in a use hint works for addressing dynamic keys for the
unused
task but it creates a missing key for themissing
task e.g.running
i18n-tasks missing
results inThis is not resolved by adding them to the
ignore_missing
in the config either:Ideally dynamic keys used in the use hints should not count as a separate missing translation key, and if they do count towards it how can we tell
i18n-tasks
to ignore them for themissing
check?The text was updated successfully, but these errors were encountered: