Skip to content

Commit 341bc2f

Browse files
author
Ciaran McCrisken
committed
(MAINT) Perform pdk update
This was primarily done to add the following line to the Rakefile: `FastGettext.default_text_domain = 'default-text-domain'` and prevent syntax checks failing because of the text domain is not set (which generates a return code of 1).
1 parent e4e2dae commit 341bc2f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ spec/spec_helper.rb:
5050
unmanaged: false
5151
.github/workflows/pr_test.yml:
5252
unmanaged: false
53+
Rakefile:
54+
extras:
55+
"FastGettext.default_text_domain = 'default-text-domain'"

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ EOM
8585
end
8686
end
8787

88+
FastGettext.default_text_domain = 'default-text-domain'

0 commit comments

Comments
 (0)