Actions
Bug #10241
closedextracting strings does not work without hacking the code
Description
I tried to extract the strings by running rake plugin:gettext[katello]
from the foreman checkout. I got several errors. I would like to be able to run this command with no errors.
Issues I saw included:
/app/lib/actions/katello/content_view/node_metadata_generate.rb- null error parsing _("Generate and Synchronize Capsule Metadata for %s") % input[:environment_name]
- parsiing the :validation lambda
/lib/katello/logging.rb
the trace= commands did not exist. I have to ask, why is katello configuring any logging? It should inherit from the core.
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 31
- Triaged changed from No to Yes
Updated by Eric Helms about 9 years ago
- Translation missing: en.field_release changed from 31 to 70
Updated by Justin Sherrill almost 9 years ago
- Translation missing: en.field_release changed from 70 to 86
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5760 added
Updated by Bryan Kearney over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|0926d5d4ab996f7d9ef8be0b9a29e6f46a5ed158.
Actions