Skip to content

Commit

Permalink
Merge pull request #16691 from mzazrivec/add_product_compare_to_strin…
Browse files Browse the repository at this point in the history
…g_extraction

Add product/compare/*.yaml to string extraction
  • Loading branch information
martinpovolny authored Dec 22, 2017
2 parents b6d0ad9 + b4270bd commit 069caea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/locale.rake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace :locale do
Rails.root.join("db/fixtures/notification_types.*") => %w(message),
Rails.root.join("product/charts/layouts/*.yaml") => %w(title),
Rails.root.join("product/charts/layouts/*/*.yaml") => %w(title),
Rails.root.join("product/compare/*.yaml") => %w(headers group menu_name title),
Rails.root.join("product/reports/*/*.*") => %w(headers menu_name title),
Rails.root.join("product/timelines/miq_reports/*.*") => %w(title name headers),
ManageIQ::UI::Classic::Engine.root.join('product/views/*.*') => %w(title name headers)
Expand Down

0 comments on commit 069caea

Please sign in to comment.