summaryrefslogtreecommitdiffstats
path: root/language.py
Commit message (Collapse)AuthorAgeFilesLines
* improve our language determination -- eg, for zh_TW.Big5, we should look at ↵Jeremy Katz2002-07-161-0/+2
| | | | zh_TW.Big5, zh_TW, and then zh not just zh_TW.Big5 and zh
* don't set SYSFONTACM for utf8 localesJeremy Katz2002-06-121-1/+2
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-1/+1
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* reenable language support screenJeremy Katz2002-06-061-6/+0
|
* hacks so that we get an /etc/sysconfig/i18n even though we're not really ↵Jeremy Katz2002-05-301-0/+6
| | | | using the supported language stuff anymore
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* we have to always change the runtime defaults, otherwise you can't change ↵Jeremy Katz2002-05-221-2/+1
| | | | languages multiple times. since this was originally added to fix something with the language support screen and languages which we can't support in text mode, it's less of an issue now
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-0/+3
| | | | work now, at least in gui. text mode might, though
* tcsc fixes (53574)Jeremy Katz2002-03-071-1/+2
|
* oh yeah goodbye reconfigMike Fulbright2002-02-081-26/+1
|
* autogenerate unicode language names and read that in at install timeMatt Wilson2002-02-061-6/+21
|
* fixed initial language settingsMatt Wilson2002-02-021-0/+1
|
* copyrightMatt Wilson2002-02-021-1/+16
|
* fall back to englishMatt Wilson2001-09-101-2/+4
|
* merge fix from 7-2-branchJeremy Katz2001-09-091-1/+4
|
* set locale after user selects language (#53401)Matt Wilson2001-09-071-1/+2
|
* fix Japanese GUI reconfig mode (SF #51989)Matt Wilson2001-08-241-1/+4
|
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-8/+14
| | | | set up Korean NFS and get Korean GUI (#50364)
* better testMatt Wilson2001-07-161-1/+1
|
* support the all langs way of writing things (#48997)Matt Wilson2001-07-131-2/+3
|
* these turn out to be importantMike Fulbright2001-06-201-0/+272