Bug 23339 - add to lang-table for korean
Summary: add to lang-table for korean
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matt Wilson
QA Contact: Brock Organ
URL: user.chollian.net/~queenrjh/help/sgml...
Whiteboard: Florence RC-1
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-04 18:37 UTC by Jong-Hoon, Ryu
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-09-17 19:10:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Jong-Hoon, Ryu 2001-01-04 18:37:46 UTC
first of all,

 thanks for assigned it the sgml file for korean

 
 but, I got problem to see the help message..

 so, plz add to "korean" in the "lang-table" file.

 It has been verified to korean linuxer..

 plz check this out below line.

 Korean	ko	None	None	ko_KR.eucKR	us	Asia/Seoul


 also, you can always download the lately sgml file below..

 http://user.chollian.net/~queenrjh/help/sgml/help-screens-ko.sgml

 plz remember above site..


 thank for read this terrible english mail..  :-)

 have a nice day...

Comment 1 Jong-Hoon, Ryu 2001-01-05 20:10:18 UTC
ps: I made for you the english page.

    plz visit below site..

    http://user.chollian.net/~queenrjh/help/sgml/index.html


    you can always download it the sgml file from the site..


    thank you..



Comment 2 Jong-Hoon, Ryu 2001-01-08 21:04:49 UTC
 hello, 

 I'm so sorry for write this Component

 but, It coudn't accept to the bugzilla at report screen..

 I don't know why..



 this is very useful for korean

 also, very important to us..

 it's been verified to our korean user.


 Plz, add input method of korean for X server to "xinput" file.


 this is the body below..



#!/bin/bash
# (c) 1999, 2000 Red Hat, Inc.

# As a slightly evil hack, if we are running in Japanese,
# we start the input method here to avoid having to do it for
# each desktop environment separately. 
#
# This unfortunately will require the user to create there
# own .Xclients if they want to use a different XIM
# server.  (OWT 10/20/99)
#
# The input method server will die with X

# Determine the LC_CTYPE locale category setting
    tmplang="en_US"
    if test x$LC_ALL != x ; then
        tmplang=$LC_ALL
    elif test x$LC_CTYPE != x ; then
        tmplang=$LC_CTYPE
    elif test x$LANG != x ; then
        tmplang=$LANG
    fi

    case $tmplang in 
        ja_JP*)
            export XMODIFIERS="@im=kinput2"
            kinput2 &
            ;;

        ko*)
            export XMODIFIERS="@im=Ami"
            ami &
            ;;
    esac



 I hope to see it for RawHide..

 thanks for read this..


 Have a good time..


Comment 3 Michael Fulbright 2001-02-08 21:26:44 UTC
Should be done right Matt?

Comment 4 Matt Wilson 2001-02-14 02:11:12 UTC
Um.   Currently we can't really provide enough of a Korean environment to have
installer support.  Hopefully this will happen soon.



Note You need to log in before you can comment on or make changes to this bug.