Ok… to make sure I have the flow down correctly
To Extract Katello Strings:
- From the foreman directory, I run rake gettext:find. This creates a
katello.po file in the foreman locale directory which I them copy over
to katello. Is that correct?
If so, there is now a locale/action_names.rb file. What is that?
To Extract the Foreman Strings:
*From the foreman directory, I run rake locale:find. This also creates a
katello.pot file. If I run rake gettext:find without katello, I get a
foreman.pot.
I am guessing there is an issue here Is this katello.pot going go
contain foreman strings?
– bk