Skip to content

Commit

Permalink
Added textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Feb 7, 2020
1 parent 41421f3 commit 6d9ebd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/y2network/presenters/interfaces_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class InterfacesSummary
attr_reader :config

def initialize(config)
textdomain "network"

@config = config
end

Expand Down
2 changes: 2 additions & 0 deletions src/lib/y2network/presenters/proposal_summary.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class ProposalSummary
#
# @param config [Y2Network::Config]
def initialize(config)
textdomain "network"

@config = config
end

Expand Down

0 comments on commit 6d9ebd9

Please sign in to comment.