summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorYaohan Chen <yaohan.chen@gmail.com>2007-07-10 05:16:02 +0000
committerYaohan Chen <yaohan.chen@gmail.com>2007-07-10 05:16:02 +0000
commitab7fc621d6b073d3cb5be4a7db3d4f7caf14b18b (patch)
tree92feb8b3043972d53a2fec79d5c72eb1415aa5cb /Rakefile
parent077e87909b0bf490c6ca08a3ab1df34ce77b1397 (diff)
added the data directory for searching translatable source files
marked translatable strings for shiritori and dictclient plugins added Japanese translation for shiritori
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"