summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* fix ENC and locale specific stuff even when IM is disabled (because of thai)Thierry Vignaud2004-09-091-3/+5
|
* simplify ENC settingThierry Vignaud2004-09-091-36/+12
|
* - sanitize some variable namesThierry Vignaud2004-09-091-13/+31
| | | | | - add/update comments
* (write) make it a little more readableThierry Vignaud2004-09-091-3/+5
|
* (write) kill unused variableThierry Vignaud2004-09-091-2/+1
|
* add a comment about font settings for installerThierry Vignaud2004-09-091-1/+1
|
* Singapore is en_SG not zh_SG !!!Thierry Vignaud2004-09-091-2/+2
|
* (read) fix chinput identificationThierry Vignaud2004-09-091-0/+3
|
* fix XIM_MODIFIER field for xcin and chinput IMThierry Vignaud2004-09-091-9/+9
|
* (write) set proper XIM_PROGRAM depending on both encoding and localeThierry Vignaud2004-09-091-1/+1
| | | | | (fix chinput configuration that was broken for ages)
* (set_default_im) really just set default IM and nothing moreThierry Vignaud2004-09-091-2/+3
| | | | | (write) fix XIM_PROGRAM setting
* (set_default_im) simplifyThierry Vignaud2004-09-091-2/+2
|
* (IM packages list) when configuring chinput, we need miniChinput (aThierry Vignaud2004-09-091-0/+1
| | | | | evolution of chinput that replaced it)
* reduce font size in japanese installOlivier Blin2004-09-091-1/+1
|
* some more languages not supported on consolePablo Saratxaga2004-09-061-2/+2
|
* (write) fix log message when installing IM packagesThierry Vignaud2004-09-061-1/+1
|
* drop lang::write()'s prefix parameter in favor of $::prefix (which was ↵Thierry Vignaud2004-09-061-7/+7
| | | | already partially done)
* (write, configure_kdeglobals) log quite more explanationsThierry Vignaud2004-09-061-8/+25
|
* (write) really do nothing when no IM is set (harmfull but saner)Thierry Vignaud2004-09-061-1/+1
|
* (write) package list was already computedThierry Vignaud2004-09-061-1/+1
|
* fix english name for bretonThierry Vignaud2004-09-061-1/+1
|
* always set QT_IM_MODULE when setting GTK_IM_MODULEThierry Vignaud2004-09-061-3/+2
|
* remove uneeded quotesThierry Vignaud2004-09-061-2/+2
|
* - install scim-m17n as well for generic SCIM configuration (more inputThierry Vignaud2004-09-061-1/+2
| | | | | | | methods) - split am entry from generic one since we've choosen to use scim-tables for am on 2004-09-01
* add specific packages to install for japanese when using SCIMThierry Vignaud2004-09-061-0/+1
|
* set QT_IM_MODULE too (UTUMI Hirosi)Thierry Vignaud2004-09-061-0/+2
| | | | | | we should probably set it for all IM that use gtk+ API since their API is almost identical.
* * enabled some more languages in the selection list (Furlan, Frisian,Pablo Saratxaga2004-09-051-18/+15
| | | | | | | | | | Inuktitut, Greenlandic (Kalaallisut), Khmer, Luxembourguish, Punjabi, Sardinian and Uyghur). Those languages have either translations for Mandrakelinux tools, or for KDE, or Gnome, or any combination of the three; or there have been interest recently in starting a translation for them. * updated list of available locales (@locales)
* always use utf8 strings during install since our locale is always utf8Pascal Rigaux2004-09-031-7/+0
|
* enable SCIM for Amharic languageThierry Vignaud2004-09-011-1/+1
|
* typo fixThierry Vignaud2004-09-011-46/+46
|
* simplifyThierry Vignaud2004-09-011-17/+4
|
* Fix syntax errorRafael Garcia-Suarez2004-09-011-1/+1
|
* make CONSOLE_NOT_LOCALIZED written to i18n filePablo Saratxaga2004-08-311-67/+72
|
* space cleanup for lord perl_checkerThierry Vignaud2004-08-271-1/+1
|
* (IM2packages)Thierry Vignaud2004-08-271-4/+6
| | | | | | | | - alter prototype: directly take a locale hash - get lang from locale hash - use it to install needed packages depending on locale (instead of only generic ones depending on IM)
* (write) use newly introduced IM2packages() in order to install properThierry Vignaud2004-08-241-0/+15
| | | | | packages depending on (locale, input method) tuple
* (IM2packages) introduce it in order to know which packages need to beThierry Vignaud2004-08-241-0/+18
| | | | | installed for a (locale, input method) tuple
* fix default IM setting when switching languageThierry Vignaud2004-08-181-0/+10
|
* lang::list() is unused, dropping itPascal Rigaux2004-08-171-9/+0
|
* - don't generate locales.tar.bz2, do the same directly (since it's now quite ↵Pascal Rigaux2004-08-171-30/+0
| | | | | | | simple) - when using ramdisk, we now have all the locales, no need to handle it specially
* enabled Turkmen and Tatar; prepared various other languages (waiting forPablo Saratxaga2004-08-131-17/+32
| | | | | | lang-*.png pixmap). updated the kde-i18n list with the newly available languages
* Hong Kong -> Hong Kong SARFunda Wang2004-08-121-1/+1
|
* cleanupPascal Rigaux2004-08-121-1/+1
|
* rewrite handling of defautl localePablo Saratxaga2004-08-111-19/+18
|
* main charset is now en_US.UTF-8Olivier Blin2004-08-111-1/+1
|
* perl_checker compliancePascal Rigaux2004-08-111-2/+2
|
* prototype compliance with perl_checkerPascal Rigaux2004-08-091-3/+3
|
* we never pass a prefix to lang::read() which is always use in standalone,Pascal Rigaux2004-08-091-4/+3
| | | | | so use $::prefix and don't pass a prefix anymore
* Revised comments to make non-utf-8 editor happierFunda Wang2004-08-081-5/+5
|
* changed default font for gb2312Funda Wang2004-08-081-2/+2
|