From ab7fc621d6b073d3cb5be4a7db3d4f7caf14b18b Mon Sep 17 00:00:00 2001 From: Yaohan Chen Date: Tue, 10 Jul 2007 05:16:02 +0000 Subject: added the data directory for searching translatable source files marked translatable strings for shiritori and dictclient plugins added Japanese translation for shiritori --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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" -- cgit v1.2.3