summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
Commit message (Collapse)AuthorAgeFilesLines
* don't allow going back from accept_licenser to select_language, hence allow ↵Guillaume Cottenceau2003-02-131-0/+1
| | | | removing langs images before downloading huge CJK fonts
* gc sux: install_any is not available in drakxtoolsGuillaume Cottenceau2003-02-131-1/+0
|
* cleanGuillaume Cottenceau2003-02-121-8/+0
|
* add missing pango rendering modulesGuillaume Cottenceau2003-02-121-0/+20
| | | | | in ramdisk, do download additional fonts if needed (fixes problems with CJK languages and namely #1098)
* no need to duplicate LC_MONETARYGuillaume Cottenceau2003-02-111-1/+1
|
* thx perl checkoGuillaume Cottenceau2003-02-111-0/+1
|
* have compatibility with old $o->{lang} for not breaking existing auto ↵Guillaume Cottenceau2003-02-111-7/+9
| | | | install files
* perl checko filesGuillaume Cottenceau2003-02-101-12/+3
|
* language/country selection change:Guillaume Cottenceau2003-02-081-493/+393
| | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly
* please perl_checkerPascal Rigaux2003-02-021-9/+9
|
* switched some languages to UTF-8 (they use ascii only, so it shouldn'tPablo Saratxaga2003-01-291-19/+10
| | | | | be noticed); changed a keyboard name to match name used by XFree86
* fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵Guillaume Cottenceau2003-01-241-1/+5
| | | | strings to utf8 is somewhat broken (dunno why), so now we bind the codeset or our textdomains to utf8 and tag the translated strings to utf8, when using gtk
* fixed some (locally used) charset namesPablo Saratxaga2003-01-231-7/+7
|
* fix accents characters displaying in console mode during install:Guillaume Cottenceau2003-01-221-0/+4
| | | | | | | - convert translations into utf8 only during install && if using gtk - explicitely bind the codeset to the specified locale's encoding because during install they are reported as utf8
* small changes in charset naming so they work better in console (consolePablo Saratxaga2003-01-221-9/+9
| | | | | is still not in utf-8)
* Added some more English locales; and changed all locale names using xxPablo Saratxaga2003-01-161-44/+50
| | | | | | notation to xx_YY notation (so it's easier to just append a ".UTF-8" in case we provide a way to let the user choose if he wants UTF-8 or not)
* Added "Amharic" in the languages list, so it can be choosed and itsPablo Saratxaga2003-01-151-8/+5
| | | | | translations can get installed from the rpm packages
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-9/+9
| | | | "every", "partition"
* CJK font names changes (still doesn't work :/)Guillaume Cottenceau2002-12-231-4/+4
|
* simplify since we don't use X11 fonts (we can't since GDK_USE_XFT is not ↵Guillaume Cottenceau2002-12-201-16/+10
| | | | switchable once program is launched)
* perl checker OwnZ Da W3rldGuillaume Cottenceau2002-12-061-2/+2
|
* miscGuillaume Cottenceau2002-12-061-8/+4
|
* try to fix charset2pango_fontGuillaume Cottenceau2002-12-051-1/+5
|
* fix syntax & styleGuillaume Cottenceau2002-12-051-19/+19
|
* made some functions to retrieve pango font namese from lang/charsetPablo Saratxaga2002-12-051-0/+39
|
* add bind_textdomain_codesetGuillaume Cottenceau2002-12-051-0/+1
|
* Changed the way locale->encoding is handled; revert to the old way which wasPablo Saratxaga2002-12-051-20/+21
| | | | | | | | | working. And changed the charset to use during install to UTF-8 for all but CJK locales, in the X11 locale config files and in lang.pm; So, the same values of LC_* variables are used as before; but they should point, in glibc and in X11, to UTF-8 locales now
* made 'en_US.UTF-8' the default locale for LC_* varaibles during isntallPablo Saratxaga2002-12-041-3/+3
|
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
|
* changed values for console font when en_US is chosenPablo Saratxaga2002-11-261-2/+2
|
* fix handling of "all" languages selectedPascal Rigaux2002-11-251-3/+2
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-30/+30
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-3/+3
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-25/+25
|
* Added definition of default font for ThaiPablo Saratxaga2002-11-071-6/+9
|
* Changed Turkish console fontPablo Saratxaga2002-09-031-1/+1
|
* Now console fonts (at least those used by DrakX) include an sfm map;Pablo Saratxaga2002-08-261-18/+14
| | | | | no need to provide one.
* small fix (ta->ta_IN)Pablo Saratxaga2002-08-261-1/+1
|
* ichanged kde default fonts to match what we shipPablo Saratxaga2002-08-241-1/+1
|
* simplify (using the asumption that XKB is now always used)Pascal Rigaux2002-08-221-2/+4
|
* Added Tamil font, added "ta" to gen_locales, and changed charset= linePablo Saratxaga2002-08-211-1/+1
| | | | | of ta.po to make msgmerge happy
* Removed fallback languages for "bs" (there are enough native translations now)Pablo Saratxaga2002-08-201-1/+1
|
* Added Tamils TSCII keyboardPablo Saratxaga2002-08-081-1/+1
|
* Added some support for Tamil (proper KDE default fonts, and define itPablo Saratxaga2002-08-081-3/+14
| | | | | as iso8859-1 encoding for kde)
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-3/+3
|
* hy is now using UTF8 localesPascal Rigaux2002-07-261-2/+2
|
* - remove utf_xxx charsets, adding a flag UTF-8 insteadPascal Rigaux2002-07-211-210/+179
| | | | | | | | | | | - add during_install__lang2charset - when using ramdisk, no locale.cz2 anymore: there are 3 main charsets containing everything for all locales, except LC_CTYPE by default, there is UTF-8. when asked for GB2312 or BIG5, removing the other main charsets - cleanup comments (use #- instead of #) - various cleanup