| Commit message (Expand) | Author | Age | Files | Lines |
* | There's no logging going on in language.py. | Chris Lumens | 2005-08-11 | 1 | -1/+0 |
* | Deprecate the langsupport kickstart keyword in favor of adding language | Chris Lumens | 2005-06-28 | 1 | -64/+0 |
* | Canonicalize default language (#160923). | Chris Lumens | 2005-06-21 | 1 | -1/+1 |
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -6/+0 |
* | Set a default font for bterm and none, which only mean something to the | Chris Lumens | 2005-04-27 | 1 | -1/+7 |
* | Don't set the list of supported languages in Language.__init__ by default. | Chris Lumens | 2005-04-13 | 1 | -1/+0 |
* | Support setting the system's runtime language even if it's not supported | Chris Lumens | 2005-04-13 | 1 | -65/+42 |
* | make canonLangNick return en_US.UTF-8 when things just aren't in the list, | Peter Jones | 2005-04-11 | 1 | -0/+1 |
* | sync | sopwith | 2005-04-07 | 1 | -1/+1 |
* | Don't set SYSFONTACM, sinc eit's the same everywhere and just results in a | Chris Lumens | 2005-04-06 | 1 | -1/+0 |
* | Use canonicalized nick (#153656). | Chris Lumens | 2005-04-05 | 1 | -3/+3 |
* | Add locale information for 'C' to fix RPM building. | Chris Lumens | 2005-04-04 | 1 | -0/+3 |
* | Removed language_support_gui.py and all references to it, since we were | Chris Lumens | 2005-04-01 | 1 | -20/+8 |
* | Fix traceback on setting language support in kickstart. | Chris Lumens | 2005-04-01 | 1 | -5/+8 |
* | Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manual | Chris Lumens | 2005-03-31 | 1 | -10/+9 |
* | s/str/astring/ - as the name of the string type, 'str' is a pseudo-reserved w... | sopwith | 2005-03-30 | 1 | -8/+8 |
* | Fix check for if we got a match or not in setDefault. | Chris Lumens | 2005-03-30 | 1 | -3/+4 |
* | supported is a list of language names, not nicknames. | Chris Lumens | 2005-03-30 | 1 | -4/+1 |
* | Fix string split. | Chris Lumens | 2005-03-29 | 1 | -1/+1 |
* | Delimit language tables with tabs. | Chris Lumens | 2005-03-29 | 1 | -2/+2 |
* | 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 |
* | 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 updates... | Jeremy Katz | 2004-03-30 | 1 | -1/+2 |
* | 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 |
* | 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 nick.... | Jeremy Katz | 2003-01-31 | 1 | -0/+4 |
* | 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 |
* | let's go to not setting _install_langs as we've discussed and see if it | Jeremy Katz | 2003-01-03 | 1 | -3/+3 |
* | allow specification of language to be a little fuzzy too as they could be spe... | Jeremy Katz | 2002-12-17 | 1 | -2/+2 |
* | 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 z... | Jeremy Katz | 2002-07-16 | 1 | -0/+2 |
* | 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 use... | Jeremy Katz | 2002-06-10 | 1 | -1/+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 usin... | Jeremy Katz | 2002-05-30 | 1 | -0/+6 |
* | 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 our... | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
* | we have to always change the runtime defaults, otherwise you can't change lan... | Jeremy Katz | 2002-05-22 | 1 | -2/+1 |
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -0/+3 |
* | 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 |