summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-13/+6
|
* (load_mo): ensure the locale is set (was broken in non-gtk installs)Pascal Rigaux2001-09-151-0/+1
|
* fixed bad $localedir in load_mo().Francois Pons2001-09-131-1/+1
|
* commented out utf-8 russian locale, for nowPablo Saratxaga2001-09-121-4/+4
|
* fix font in iso-15Pascal Rigaux2001-09-081-1/+1
|
* fix load_mo callPascal Rigaux2001-09-071-1/+1
|
* 'zh' in LANGUAGE for Chinese is needed by DrakXPablo Saratxaga2001-09-061-3/+9
|
* corrected lang.pm to have coherence in locale usage (it was the sourcePablo Saratxaga2001-09-061-35/+45
| | | | | | | | of much of the problems); changed keyboard.pm to ignore charset encoding in locale name for locale -> keyboard guessing. removed unused gconv modules, converted az.po to utf-8 (as it was the only remaining az.po on Earth still in a non standard encoding)
* (read): it works nowPascal Rigaux2001-08-301-2/+2
|
* add localedrake (not tested)Pascal Rigaux2001-08-291-0/+16
|
* Added "zh_HK" to Chinese in LANGUAGE list.Pablo Saratxaga2001-08-271-1/+6
| | | | | Added Latvian keyboard
* no need for UTF-8/LC_CTYPEPascal Rigaux2001-08-241-1/+1
|
* (load_mo): if not usingRamdisk, don't try getFilePascal Rigaux2001-08-241-1/+1
|
* fix locale support when usingRamdiskPascal Rigaux2001-08-231-2/+2
|
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-1/+1
| | | | we're in ramdisk
* simplifyPascal Rigaux2001-08-191-4/+1
|
* Added explicit setting of XFree86 internal XIM for ThaiPablo Saratxaga2001-08-161-0/+7
|
* small font fixPablo Saratxaga2001-08-101-3/+2
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* do not use the po's directly. Use mo's through gettextPascal Rigaux2001-07-231-51/+23
|
* fixPascal Rigaux2001-07-201-3/+3
|
* (load_po): enhance readabilityPascal Rigaux2001-07-201-7/+8
|
* - c::iconv replace c::from_utf8 and c::to_utf8Pascal Rigaux2001-06-081-1/+1
| | | | | - handle po files in any charset, iconv'ed to the right charset
* (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's test)Pascal Rigaux2001-04-141-1/+1
|
* fixed log of packdrake.Francois Pons2001-04-121-1/+1
|
* (pack_langs): set RPM_INSTALL_LANG for package "menu"Pascal Rigaux2001-04-121-1/+3
|
* pixel suxdamien2001-04-121-1/+1
|
* added missing LD_LOADER reference and remove old code commented.Francois Pons2001-04-111-4/+1
|
* (get_x_fontset): special cases for some big (size) fontsPascal Rigaux2001-04-111-17/+22
|
* (load_po): sets $lang::charset to the charset used in the poPascal Rigaux2001-04-091-1/+5
|
* (fs_options): created (gets codepage and iocharset)Pascal Rigaux2001-04-051-0/+11
|
* *** empty log message ***Pascal Rigaux2001-04-041-3/+3
|
* (charset): fix for chineese which have charset in the namePascal Rigaux2001-04-031-0/+1
|
* codepage option to mount requires only numeric values, eg "437" and not "cp437"Pablo Saratxaga2001-04-021-23/+23
| | | | | Changed accordingly in the lists
* (langsLANGUAGE): give the list of languagesPascal Rigaux2001-03-271-0/+6
|
* Added fields to charsets table holding info for mount (iocharset andPablo Saratxaga2001-03-211-36/+39
| | | | | codepage mount options)
* (write_langs): in case of empty %_install_langs, don't write itPascal Rigaux2001-03-171-1/+1
|
* completed language listPablo Saratxaga2001-03-141-19/+41
| | | | | | | completed language->keyboard guessing list aesthetic changes to an English message (removed \n and let gtk+ do the formatting, it is nicer)
* fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for otherFrancois Pons2001-03-121-1/+1
| | | | | | | | | | combination but not tested. fixed locale usage and gtk environment interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). created LD_LOADER environment variable to keep track of right ELF loader to be used for the GLIBC used by the live update. added internal PATH to LD_LIBRARY_PATH as ELF loader only check this one and not PATH.
* (getxim): patch for Alex Du for localization toolPascal Rigaux2001-03-011-2/+5
|
* updated Estonian filePablo Saratxaga2001-01-291-0/+1
|
* fixed LANGUAGE for mk localePablo Saratxaga2001-01-251-3/+3
|
* fixed the places where console fonts and related files are put underPablo Saratxaga2001-01-221-3/+3
| | | | | /etc/sysconfig to the places really used by console-tools
* *** empty log message ***Pascal Rigaux2001-01-211-1/+1
|
* make lang list in format for tree-selectorPablo Saratxaga2001-01-121-28/+32
|
* (langs): created (transform the $o->{langs} hash ref in a list)Pascal Rigaux2001-01-091-2/+6
| | | | | (pack_langs): use lang::langs
* forget _exit in child process after a fork of DrakXFrancois Pons2001-01-051-0/+1
|
* removed need of packdrake binaryFrancois Pons2001-01-051-4/+19
|
* keep $o->{langs} unpacked to simplify thingsPascal Rigaux2001-01-041-19/+2
|
* fixed the functions doing the lists of languagesPablo Saratxaga2001-01-041-1/+10
|