summaryrefslogtreecommitdiffstats
path: root/language.py
Commit message (Collapse)AuthorAgeFilesLines
* There's no logging going on in language.py.Chris Lumens2005-08-111-1/+0
|
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-64/+0
| | | | support package groups to the %packages section of the kickstart file.
* Canonicalize default language (#160923).Chris Lumens2005-06-211-1/+1
|
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-6/+0
| | | | | | | * gui.py (InstallInterface.run): Don't set SUPPORTED unnecessarily (#155847) * language.py (Language.getDefault): Likewise. * text.py (InstallInterface.run): Likewise.
* Set a default font for bterm and none, which only mean something to theChris Lumens2005-04-271-1/+7
| | | | loader (#156052).
* Don't set the list of supported languages in Language.__init__ by default.Chris Lumens2005-04-131-1/+0
| | | | | Instead, only set this list in the install interfaces if kickstart hasn't taken care of it already.
* Support setting the system's runtime language even if it's not supportedChris Lumens2005-04-131-65/+42
| | | | by a translation in anaconda. Set LC_COLLATE=C in the loader.
* make canonLangNick return en_US.UTF-8 when things just aren't in the list,Peter Jones2005-04-111-0/+1
| | | | as well.
* syncsopwith2005-04-071-1/+1
|
* Don't set SYSFONTACM, sinc eit's the same everywhere and just results in aChris Lumens2005-04-061-1/+0
| | | | broken message on login.
* Use canonicalized nick (#153656).Chris Lumens2005-04-051-3/+3
|
* Add locale information for 'C' to fix RPM building.Chris Lumens2005-04-041-0/+3
|
* Removed language_support_gui.py and all references to it, since we wereChris Lumens2005-04-011-20/+8
| | | | already skipping that step. Bump version.
* Fix traceback on setting language support in kickstart.Chris Lumens2005-04-011-5/+8
|
* Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manualChris Lumens2005-03-311-10/+9
| | | | installs, and fix default time zones.
* s/str/astring/ - as the name of the string type, 'str' is a pseudo-reserved ↵sopwith2005-03-301-8/+8
| | | | word in python.
* Fix check for if we got a match or not in setDefault.Chris Lumens2005-03-301-3/+4
|
* supported is a list of language names, not nicknames.Chris Lumens2005-03-301-4/+1
|
* Fix string split.Chris Lumens2005-03-291-1/+1
|
* Delimit language tables with tabs.Chris Lumens2005-03-291-2/+2
|
* Check all forms of the language nick in case someone's specified a shorter one.Chris Lumens2005-03-281-1/+5
|
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-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 Katz2004-06-081-1/+1
|
* look for lang-table in updates so that languages can be added with an ↵Jeremy Katz2004-03-301-1/+2
| | | | updates disk
* oops, adjust for lang-table changesJeremy Katz2003-02-261-2/+2
|
* remove map from the lang-table. we don't ever use it anymore during theJeremy Katz2003-02-251-10/+4
| | | | install and isys.loadFont was just throwing out the argument (#84275)
* be a little bit more forgiving with the lang-tableJeremy Katz2003-02-201-0/+4
|
* set our language to be the runtime language for stage2 and not the lang ↵Jeremy Katz2003-01-311-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 farMike Fulbright2003-01-141-1/+1
|
* add support for the install time language to be different from the post-intsallJeremy Katz2003-01-131-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 itJeremy Katz2003-01-031-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 Katz2002-12-171-2/+2
| | | | specifying en_US instead of en_US.UTF-8
* more default UTF-8 stuffMatt Wilson2002-12-121-4/+4
|
* oops, didn't change these to go back to rpm 4.1Jeremy Katz2002-10-081-1/+1
|
* 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
|