You are not logged in.

#1 2016-05-20 20:09:21

lfc
Member
Registered: 2016-05-20
Posts: 2

Install New Language And Character Set

I have problems about installing new language and character set. I want to install turkish language. But there isn't any option in gui an i don't know how to do in terminal. My second problem is that guake terminal don't show some turkish charecters like ğ, ü, ş, ı, ö, ç, İ etc.

I run that commands:

sudo localectl set-keymap trq
sudo localectl set-x11-keymap trq

Some /etc files:

/etc/X11/xorg.conf.d/10-keymap.conf

Section "InputClass"
    Identifier         "Keyboard Defaults"
    MatchIsKeyboard    "yes"
    Option             "XkbLayout" "tr"
EndSection

/etc/locale.conf

LANG=tr_TR.UTF-8

/etc/locale.gen

...
#tr_CY ISO-8859-9  
tr_TR.UTF-8 UTF-8  
#tr_TR ISO-8859-9
...

Offline

#2 2016-05-21 13:50:19

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: Install New Language And Character Set

For the missing characters, try uncommenting "tr_TR ISO-8859-9" and re-running locale-gen .

With that setting in /etc/locale.conf, your system messages should be in turkish.

For programs you'll have to install language files .
turkish languages files should all end with tr .
Kde uses *-i10n-tr , firefox/thunderbird use *-i18n-tr , some others just add -tr .
No idea what files are needed for gnome/xfce , sorry .

Last edited by Lone_Wolf (2016-05-21 13:50:32)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2016-05-21 20:11:59

lfc
Member
Registered: 2016-05-20
Posts: 2

Re: Install New Language And Character Set

Lone_Wolf wrote:

For the missing characters, try uncommenting "tr_TR ISO-8859-9" and re-running locale-gen .

Sorry, does not work.

This problem is in only guake terminal not entire system.

Offline

Board footer

Powered by FluxBB