Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-tools/scripts/gettextdomains
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ function get_domains_and_err()
-o -name "*.cpp" \
-o -name "*.erb" \
-o -name "*.glade" \
-o -name "*.rb" `
-o -name "*.rb" \
-o -name "*.py" `

if test "$?" != "0"; then
echo "Error: check-pot terminated unexpected." >&2
Expand Down
7 changes: 7 additions & 0 deletions package/yast2-devtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 10 11:32:08 UTC 2022 - Noel Power <[email protected]>

- Add python source files to files processed by
get_domains_and_err so POT files can be generated;(boo#1199396).
- 4.2.8

-------------------------------------------------------------------
Sun Oct 4 19:26:07 UTC 2020 - Josef Reidinger <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-devtools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-devtools
Version: 4.2.7
Version: 4.2.8
Release: 0
Url: https://github.com/yast/yast-devtools
Summary: YaST2 - Development Tools
Expand Down