diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2007-07-10 05:16:02 +0000 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2007-07-10 05:16:02 +0000 |
commit | ab7fc621d6b073d3cb5be4a7db3d4f7caf14b18b (patch) | |
tree | 92feb8b3043972d53a2fec79d5c72eb1415aa5cb /Rakefile | |
parent | 077e87909b0bf490c6ca08a3ab1df34ce77b1397 (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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |