[GRASSweb-list] markus: web/devel i18n.inc,1.17,1.18
grass at intevation.de
grass at intevation.de
Sat Sep 2 10:58:08 EDT 2006
Author: markus
Update of /grassrepository/web/devel
In directory doto:/tmp/cvs-serv28782
Modified Files:
i18n.inc
Log Message:
LC_ALL, not LC_CTYPE must be changed to get TclTk GUI into different language (LOCALE)
Index: i18n.inc
===================================================================
RCS file: /grassrepository/web/devel/i18n.inc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- i18n.inc 28 Jul 2006 00:16:04 -0000 1.17
+++ i18n.inc 2 Sep 2006 14:58:06 -0000 1.18
@@ -73,18 +73,18 @@
# 1. Define/check language settings:
echo $LANG
echo $LANGUAGE
- echo $LC_CTYPE
+ echo $LC_ALL
# 2. Change it (example for to Japanese):
# 2.a) bash shell:
export LANG=ja_JP
export LANGUAGE=ja_JP
- export LC_CTYPE=ja_JP
+ export LC_ALL=ja_JP
# 2.b) (t)csh shell:
setenv LANG ja_JP
setenv LANGUAGE ja_JP
- setenv LC_CTYPE ja_JP
+ setenv LC_ALL ja_JP
</pre></div>
</small>
More information about the grass-web
mailing list