aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-hammer_cli/files/patch-localization
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rubygem-hammer_cli/files/patch-localization')
-rw-r--r--sysutils/rubygem-hammer_cli/files/patch-localization13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/rubygem-hammer_cli/files/patch-localization b/sysutils/rubygem-hammer_cli/files/patch-localization
new file mode 100644
index 000000000000..62d8e313fe4f
--- /dev/null
+++ b/sysutils/rubygem-hammer_cli/files/patch-localization
@@ -0,0 +1,13 @@
+--- lib/hammer_cli/i18n.rb
++++ lib/hammer_cli/i18n.rb
+@@ -108,6 +108,10 @@ def locale_dir
+ '/usr/share/locale'
+ end
+
++ def domain_name
++ "#{super}@system"
++ end
++
+ end
+
+