Masao Mutoh
mutoh****@highw*****
2005年 3月 4日 (金) 00:10:02 JST
むとうです。 Plugin#loadの位置が逆のようです。 On Thu, 3 Mar 2005 23:55:01 +0900 Masao Mutoh <mutoh****@highw*****> wrote: > むとうです。 > > 最新のCVS版ってもしかして、国際化がおかしくなってませんか? > 具体的にはプラグインの言語が各国語で表示されなくなっている > 気がします。 > > ご報告まで。 > > -- > .:% Masao Mutoh<mutoh****@highw*****> > _______________________________________________ > Hiki-dev mailing list > Hiki-****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/hiki-dev > Index: plugin.rb =================================================================== RCS file: /cvsroot/hiki/hiki/hiki/plugin.rb,v retrieving revision 1.10 diff -u -r1.10 plugin.rb --- plugin.rb 2 Mar 2005 04:32:39 -0000 1.10 +++ plugin.rb 3 Mar 2005 15:08:21 -0000 @@ -252,6 +252,7 @@ def load_plugin( file ) @resource_loaded = false + load( file ) dirname, basename = File.split( file.untaint ) [@conf.lang, 'en', 'ja'].uniq.each do |lang| begin @@ -261,7 +262,6 @@ rescue IOError, Errno::ENOENT end end - load( file ) end -- .:% Masao Mutoh<mutoh****@highw*****>