summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
Commit message (Collapse)AuthorAgeFilesLines
* reduce font size (especially for latin scripts) at install time b/c ofThierry Vignaud2005-08-261-1/+1
| | | | | new gtk+/cairo
* enable to select scim+pinyinThierry Vignaud2005-08-191-1/+1
|
* readd lost commentsThierry Vignaud2005-08-091-1/+3
|
* we can't differentiate all the scim+xxx IMs, so we ensure we prefer ↵Pascal Rigaux2005-08-091-1/+1
| | | | "scim+(default)"
* create lang::write_and_install() which takes a $do_pkgsPascal Rigaux2005-08-091-17/+11
|
* simplifyPascal Rigaux2005-08-091-4/+3
|
* - it's better to use $locale->{lang} whenever possiblePascal Rigaux2005-08-091-7/+7
| | | | | - less generic name for %locale2encoding
* move %IM2packages into %IM_configPascal Rigaux2005-08-091-29/+21
|
* - get rid of %IM_XIM_program, replacing it with a more powerful XIM_PROGRAM ↵Pascal Rigaux2005-08-091-33/+35
| | | | | | | field - in read(), use more fields to recognise the IM
* - move extra scim combinations in %IM_configPascal Rigaux2005-08-091-16/+16
| | | | | - drop set_default_im(), moving data directly in %IM_config
* simplify (we access get_default_im with short lang name)Pascal Rigaux2005-08-091-3/+3
|
* remove wrong unused linePascal Rigaux2005-08-091-1/+0
|
* simplify (not useful since values and main key are equal)Pascal Rigaux2005-08-091-3/+0
|
* - simplify IM choice using {format} to its full powerPascal Rigaux2005-08-091-7/+5
| | | | | - {IM} is '' instead of either '' or 'None'
* cleanup IM2packages()Pascal Rigaux2005-08-091-4/+7
|
* (configure_kdeglobals) fix kde config when switching between ar && uzThierry Vignaud2005-08-051-2/+0
|
* fixed KDE font for extended cyrillic languagesPablo Saratxaga2005-07-271-0/+1
|
* rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵Thierry Vignaud2005-06-301-1/+1
| | | | its purpose
* Added scim-ccinput support.Funda Wang2005-06-211-1/+1
|
* drop now unused variablePascal Rigaux2005-06-031-3/+0
|
* during_install__l2charset() was used by share/gen_locales.sh which is now ↵Pascal Rigaux2005-06-031-13/+0
| | | | dropped
* update commentPascal Rigaux2005-06-031-1/+1
|
* get rid of the few remaining $LD_LOADERPascal Rigaux2005-06-031-2/+1
|
* (get_ims) rollback debug statementThierry Vignaud2005-05-271-2/+1
|
* enable to select extra SCIM combinaisons: scim+anthy, scim+canna, ↵Thierry Vignaud2005-05-271-7/+10
| | | | scim+fcitx, scim+m17n, scim+prime, and scim+skk;
* enable to select scim+uim againThierry Vignaud2005-05-261-0/+2
|
* install needed packages for kinput2Thierry Vignaud2005-05-261-0/+1
|
* for drakx-finish-installPascal Rigaux2005-05-261-0/+4
|
* create install-xml-file-list and use it to replace share/list and ↵Pascal Rigaux2005-05-101-5/+0
| | | | share/list.ARCH with share/list.xml
* add support for iiimf (UTUMI Hirosi <utuhiro78@yahoo.co.jp>)Thierry Vignaud2005-05-101-0/+13
|
* Drop uim-anthy for ja locale, because the great improvements of scim-anthy.Funda Wang2005-05-091-1/+1
| | | | | http://archives.mandrivalinux.com/cooker-i18n/2005-04/msg00052.php
* sent utf-8 by default for languages that only use plain ascii,Pablo Saratxaga2005-04-071-23/+23
| | | | | and for newly added or with few users languages.
* since we have a non-ascii font name, we have to "use utf8"Pascal Rigaux2005-04-051-0/+1
|
* corrected small typoPablo Saratxaga2005-04-051-1/+1
|
* check(): only display "Errors:" if there is some errorsPascal Rigaux2005-04-051-10/+10
|
* Enabled choice of Guarani, Quichua and Berber (tifinagh) at install time;Pablo Saratxaga2005-04-031-49/+60
| | | | | | changed various encoding names internally used for font choosing from language based to encoding based (following iso-15924 naming)
* Added font for gurmukhi script (used by pa_IN translation);Pablo Saratxaga2005-04-011-2/+4
| | | | | enabled pa_IN, and define the font for KDE
* better locale-policy.fdi (bugzilla #15025)Pascal Rigaux2005-03-311-10/+33
|
* revert to standard size (as told on bugzilla #14988 to revert #13809)Pascal Rigaux2005-03-291-1/+1
|
* install scim-input-pad too for japaneseThierry Vignaud2005-03-151-1/+1
|
* added gcin setupFunda Wang2005-03-071-3/+3
|
* Added settings for new traditional chinese IME gcin.Funda Wang2005-03-071-0/+6
|
* configure iocharset and codepage option for halPascal Rigaux2005-03-011-0/+31
|
* adapt to new uim splittingThierry Vignaud2005-02-221-2/+2
|
* do URPM::add_macro in write_langs(), and require URPM instead of using itPascal Rigaux2005-02-211-2/+2
| | | | | (for now it's only used during install) (bugzilla #13796)
* New koi8-u font size. bug#13809Funda Wang2005-02-201-0/+1
|
* a small note so I don't forget why I did it that wayPablo Saratxaga2005-02-181-0/+3
|
* scim-chinese has been renamed to scim-pinyin.Funda Wang2005-02-181-2/+2
|
* Modified font settings for zh_CN and zh_TW, 10pt would be fine to New SungFunda Wang2005-02-141-2/+2
| | | | | rather than 14pt.
* Don't use the RPM_LANG_INSTALL environment variable anymoreRafael Garcia-Suarez2005-02-111-1/+2
|