Kouhei Sutou
null+****@clear*****
Sun Feb 23 23:24:51 JST 2014
Kouhei Sutou 2014-02-23 23:24:51 +0900 (Sun, 23 Feb 2014) New Revision: 60f3951d37651435c7952a99ca9c27e20b8a55ca https://github.com/droonga/droonga.org/commit/60f3951d37651435c7952a99ca9c27e20b8a55ca Message: task: add reader Modified files: _tasks/i18n.rb Modified: _tasks/i18n.rb (+5 -0) =================================================================== --- _tasks/i18n.rb 2014-02-23 23:23:05 +0900 (57aec01) +++ _tasks/i18n.rb 2014-02-23 23:24:51 +0900 (d06d37d) @@ -267,12 +267,17 @@ class I18nTask end class Path + attr_reader :locale def initialize(po_dir_path, locale, target_file_path=nil) @po_dir_path = po_dir_path @locale = locale @target_file_path = target_file_path end + def target_file + @target_file_path + end + def base_po_dir @po_dir_path + @locale end -------------- next part -------------- HTML����������������������������...Download