From b4270bdc7a455c59036ae039f417aa45046e32fc Mon Sep 17 00:00:00 2001 From: Milan Zazrivec Date: Tue, 19 Dec 2017 20:42:09 +0100 Subject: [PATCH] Add product/compare/*.yaml to string extraction https://bugzilla.redhat.com/show_bug.cgi?id=1495849 --- lib/tasks/locale.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/locale.rake b/lib/tasks/locale.rake index 0dad4626666..d3b340d05eb 100644 --- a/lib/tasks/locale.rake +++ b/lib/tasks/locale.rake @@ -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)