Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check all forms of the language nick in case someone's specified a shorter one. | Chris Lumens | 2005-03-28 | 1 | -1/+5 |
| | |||||
* | Combined Language and InstallTimeLanguage in language.py into a single | Chris Lumens | 2005-03-23 | 1 | -188/+152 |
| | | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea. | ||||
* | minor tweak (not really required, but for consistency -- #123760) | Jeremy Katz | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | look for lang-table in updates so that languages can be added with an ↵ | Jeremy Katz | 2004-03-30 | 1 | -1/+2 |
| | | | | updates disk | ||||
* | oops, adjust for lang-table changes | Jeremy Katz | 2003-02-26 | 1 | -2/+2 |
| | |||||
* | remove map from the lang-table. we don't ever use it anymore during the | Jeremy Katz | 2003-02-25 | 1 | -10/+4 |
| | | | | install and isys.loadFont was just throwing out the argument (#84275) | ||||
* | be a little bit more forgiving with the lang-table | Jeremy Katz | 2003-02-20 | 1 | -0/+4 |
| | |||||
* | set our language to be the runtime language for stage2 and not the lang ↵ | Jeremy Katz | 2003-01-31 | 1 | -0/+4 |
| | | | | nick. this fixes the nfs/cd cjk text mode being Bad (tm). ridiculous that such a small patch required so much time to track down (#82533) | ||||
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | add support for the install time language to be different from the post-intsall | Jeremy Katz | 2003-01-13 | 1 | -0/+13 |
| | | | | | | | language as specified in the lang-table. this is needed for cjk locales because we want to use utf-8 for them during the install (we only have bterm support for utf-8), but we can't use utf-8 post-install yet because of lack of input method support and other such problems. | ||||
* | let's go to not setting _install_langs as we've discussed and see if it | Jeremy Katz | 2003-01-03 | 1 | -3/+3 |
| | | | | | | | gets noticed for beta4. we can always revert back to having it easily enough but I don't think that the disk space usage is a good reason not to since it's virtually impossible to install the languages after the fact and nothing but anaconda ever looks at it anyway (#75184) | ||||
* | allow specification of language to be a little fuzzy too as they could be ↵ | Jeremy Katz | 2002-12-17 | 1 | -2/+2 |
| | | | | specifying en_US instead of en_US.UTF-8 | ||||
* | more default UTF-8 stuff | Matt Wilson | 2002-12-12 | 1 | -4/+4 |
| | |||||
* | oops, didn't change these to go back to rpm 4.1 | Jeremy Katz | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | improve our language determination -- eg, for zh_TW.Big5, we should look at ↵ | Jeremy Katz | 2002-07-16 | 1 | -0/+2 |
| | | | | zh_TW.Big5, zh_TW, and then zh not just zh_TW.Big5 and zh | ||||
* | don't set SYSFONTACM for utf8 locales | Jeremy Katz | 2002-06-12 | 1 | -1/+2 |
| | |||||
* | the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵ | Jeremy Katz | 2002-06-10 | 1 | -1/+1 |
| | | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1 | ||||
* | reenable language support screen | Jeremy Katz | 2002-06-06 | 1 | -6/+0 |
| | |||||
* | hacks so that we get an /etc/sysconfig/i18n even though we're not really ↵ | Jeremy Katz | 2002-05-30 | 1 | -0/+6 |
| | | | | using the supported language stuff anymore | ||||
* | move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhpl | Mike Fulbright | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | our own translate.py | ||||
* | we have to always change the runtime defaults, otherwise you can't change ↵ | Jeremy Katz | 2002-05-22 | 1 | -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't | Jeremy Katz | 2002-04-19 | 1 | -0/+3 |
| | | | | work now, at least in gui. text mode might, though | ||||
* | tcsc fixes (53574) | Jeremy Katz | 2002-03-07 | 1 | -1/+2 |
| | |||||
* | oh yeah goodbye reconfig | Mike Fulbright | 2002-02-08 | 1 | -26/+1 |
| | |||||
* | autogenerate unicode language names and read that in at install time | Matt Wilson | 2002-02-06 | 1 | -6/+21 |
| | |||||
* | fixed initial language settings | Matt Wilson | 2002-02-02 | 1 | -0/+1 |
| | |||||
* | copyright | Matt Wilson | 2002-02-02 | 1 | -1/+16 |
| | |||||
* | fall back to english | Matt Wilson | 2001-09-10 | 1 | -2/+4 |
| | |||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-09-09 | 1 | -1/+4 |
| | |||||
* | set locale after user selects language (#53401) | Matt Wilson | 2001-09-07 | 1 | -1/+2 |
| | |||||
* | fix Japanese GUI reconfig mode (SF #51989) | Matt Wilson | 2001-08-24 | 1 | -1/+4 |
| | |||||
* | support deferring language load until second stage. This allows a user to ↵ | Matt Wilson | 2001-08-09 | 1 | -8/+14 |
| | | | | set up Korean NFS and get Korean GUI (#50364) | ||||
* | better test | Matt Wilson | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | support the all langs way of writing things (#48997) | Matt Wilson | 2001-07-13 | 1 | -2/+3 |
| | |||||
* | these turn out to be important | Mike Fulbright | 2001-06-20 | 1 | -0/+272 |