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.
Actions