summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7dc69e5f..7a6bd81e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -38,7 +38,7 @@ end
desc "Update pot/po files."
task :updatepo do
require 'gettext/utils'
- GetText.update_pofiles("rbot", Dir.glob("{lib,bin}/**/*.{rb,rhtml}"), "rbot")
+ GetText.update_pofiles("rbot", Dir.glob("{lib,bin,data}/**/*.{rb,rhtml}"), "rbot")
end
desc "Create mo-files"