Skip to content

Commit

Permalink
Merge pull request #1 from yast/textdomains
Browse files Browse the repository at this point in the history
Added missing "textdomain" statements
  • Loading branch information
lslezak committed Jan 18, 2022
2 parents d1acd5f + b946849 commit 999e5c6
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sap-installation-wizard-*.tar.bz2
y2signal.log
coverage/
fisx-me
sap-installation-wizard.pot
6 changes: 6 additions & 0 deletions package/sap-installation-wizard.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 18 14:42:07 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>

- Added missing "textdomain" statements (bsc#1194801)
- 4.4.0

-------------------------------------------------------------------
Thu Feb 4 10:40:28 UTC 2021 - Peter Varkoly <varkoly@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/sap-installation-wizard.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Name: sap-installation-wizard
Summary: Installation wizard for SAP applications
License: GPL-2.0+
Group: System/YaST
Version: 4.3.7
Version: 4.4.0
Release: 0
PreReq: /bin/mkdir %insserv_prereq %fillup_prereq yast2
BuildRequires: yast2
Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/media/complex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# To contact Novell about this file by physical or electronic mail, you may
# find current contact information at www.novell.com.

=begin
textdomain "sap-installation-wizard"
=end

module Y2Sap
module MediaComplex
include Yast
Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/media/dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
require "autoinstall/clients/ayast_setup"
Yast.import "UI"

=begin
textdomain "sap-installation-wizard"
=end

module Y2Sap
module MediaDialog
include Yast
Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/partitioning/product_partitioning.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# To contact Novell about this file by physical or electronic mail, you may
# find current contact information at www.novell.com.

=begin
textdomain "sap-installation-wizard"
=end

require "yast"
require "open3"
Yast.import "UI"
Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/products/do_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
require "y2sap/partitioning/product_partitioning"
Yast.import "UI"

=begin
textdomain "sap-installation-wizard"
=end

module Y2Sap

# Install the selected products.
Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/products/nw_installation_mode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# To contact Novell about this file by physical or electronic mail, you may
# find current contact information at www.novell.com.

=begin
textdomain "sap-installation-wizard"
=end

require "yast"
Yast.import "UI"

Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/products/nw_products.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# To contact Novell about this file by physical or electronic mail, you may
# find current contact information at www.novell.com.

=begin
textdomain "sap-installation-wizard"
=end

require "yast"
Yast.import "UI"

Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/products/read_parameter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# To contact Novell about this file by physical or electronic mail, you may
# find current contact information at www.novell.com.

=begin
textdomain "sap-installation-wizard"
=end

require "yast"
require "autoinstall/clients/ayast_setup"

Expand Down
4 changes: 4 additions & 0 deletions src/lib/y2sap/products/variables.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# To contact Novell about this file by physical or electronic mail, you may
# find current contact information at www.novell.com.

=begin
textdomain "sap-installation-wizard"
=end

module Y2Sap
# Module for the global variables in the Y2SAP::Products class
module ProductsVariables
Expand Down

0 comments on commit 999e5c6

Please sign in to comment.