summaryrefslogtreecommitdiff
path: root/lib/irb/locale.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/locale.rb')
-rw-r--r--lib/irb/locale.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/irb/locale.rb b/lib/irb/locale.rb
index 4b6aba2bb9..1f4f9f67d8 100644
--- a/lib/irb/locale.rb
+++ b/lib/irb/locale.rb
@@ -1,8 +1,8 @@
#
# irb/locale.rb - internationalization module
# $Release Version: 0.9.5$
-# $Revision$
-# $Date$
+# $Revision: 1.6.2.3 $
+# $Date: 2005/09/01 18:30:46 $
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
@@ -14,7 +14,7 @@ autoload :Kconv, "kconv"
module IRB
class Locale
- @RCS_ID='-$Id$-'
+ @RCS_ID='-$Id: locale.rb,v 1.6.2.3 2005/09/01 18:30:46 keiju Exp $-'
JPDefaultLocale = "ja"
LOCALE_DIR = "/lc/"