diff --git a/library/packages/src/lib/packages/update_messages_view.rb b/library/packages/src/lib/packages/update_messages_view.rb index a384fa21b..67466edc4 100644 --- a/library/packages/src/lib/packages/update_messages_view.rb +++ b/library/packages/src/lib/packages/update_messages_view.rb @@ -20,8 +20,8 @@ def initialize(messages) # # @return [String] Richtext representation of the list of messages def richtext - text = "

#{_("Packages notifications")}

\n" \ - "

#{_("You have notifications from the following packages:")}

" + text = "

" + _("Packages notifications") + "

\n

" \ + + _("You have notifications from the following packages:") + "

" text << richtext_toc(@messages) if @messages.size > 1 text << @messages.map { |m| message_to_richtext(m) }.join("
") end diff --git a/package/yast2.changes b/package/yast2.changes index efe57c1ae..a7bc762d7 100644 --- a/package/yast2.changes +++ b/package/yast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 18 13:35:05 UTC 2017 - lslezak@suse.cz + +- Translation fix: Ruby gettext cannot extract translatable texts + from interpolated strings (bsc#1038077) +- 3.2.30 + ------------------------------------------------------------------- Tue May 16 12:04:40 UTC 2017 - mvidner@suse.com diff --git a/package/yast2.spec b/package/yast2.spec index a796e9e6d..212b7acdd 100644 --- a/package/yast2.spec +++ b/package/yast2.spec @@ -17,7 +17,7 @@ Name: yast2 -Version: 3.2.29 +Version: 3.2.30 Release: 0 Summary: YaST2 - Main Package License: GPL-2.0