自分の興味の赴くままにIT技術系のネタを取りとめもなくメモっています。
Ruby言語やLinuxのネタが多いです。
Ruby言語やLinuxのネタが多いです。
February 06, 2002
■ [Misc] Linuxビボ〜ろくメインページ
とうとう10,000アクセスに到達しそうです。記念ですのでキリ番取った方はご一報を。
#一番下の方にちっちゃくアクセスカウンタがあります、見つかるかな?(^^;)。
■ [Tools] 付箋/Ruby
なるほど。そういうことでしたら、以下のパッチはいかがでしょう。$fusen --mofile /home/hoge/fusen/data/localeとかで、mofileを指定できます。
--- fusen.org Thu Feb 7 00:21:39 2002
+++ fusen Thu Feb 7 00:28:52 2002
@@ -2659,12 +2659,8 @@
# Main
#
require 'getopts'
-if !$NO_GETTEXT
- include GetText
- bindtextdomain("fusen")
-end
-getopts( "", "browser:", "argfmt:", "face:", "rc:", "shape", "help", "stamp:")
+getopts( "", "browser:", "argfmt:", "face:", "rc:", "shape", "help", "stamp:", "mofile:")
if $OPT_help
STDERR.print <<"USAGE"
@@ -2689,6 +2685,9 @@
--stamp XPMFILE
set complete stamp xpm.
+ --mofile
+ set mofile path.
+
--shape
use shape extention.
@@ -2696,6 +2695,11 @@
show this message.
USAGE
exit 0
+end
+
+if !$NO_GETTEXT
+ include GetText
+ bindtextdomain("fusen", $OPT_mofile)
end
if !$OPT_face.nil?
やりすぎ?(^^;)
本日のツッコミ(全1件) [ツッコミを入れる]

▲ ペン忍 [はじめまして。はじめてきたのに、10000踏んでしまいました(^^ゞ]