Skip to content

Commit

Permalink
fix(i18n): Added missing textdomain (#1361)
Browse files Browse the repository at this point in the history
## Problem

- The POT file update failed:
https://github.com/openSUSE/agama/actions/runs/9590615790/job/26446241862#step:22:8

## Solution

- Add the missing `textdomain` call
  • Loading branch information
lslezak authored Jun 20, 2024
2 parents 1b49896 + e76fee0 commit 5880588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/lib/agama/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Users
include Yast::I18n

def initialize(logger)
textdomain "agama"
@logger = logger
update_issues
end
Expand Down

0 comments on commit 5880588

Please sign in to comment.