summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
Commit message (Collapse)AuthorAgeFilesLines
* (configure_kdeglobals) set KDE in m17n emvironment if neededThierry Vignaud2004-09-301-1/+1
|
* (write) fix setting fonts at install timeThierry Vignaud2004-09-291-1/+1
|
* fix last commitThierry Vignaud2004-09-271-2/+2
|
* fixed KDE font names to match currently shiped Xfs font namesPablo Saratxaga2004-09-271-9/+15
|
* add support for SKIM IMThierry Vignaud2004-09-231-0/+5
|
* install x-unikey for vietnamese (aka sync with share/rpmsrate)Thierry Vignaud2004-09-231-0/+1
|
* use Sazanami Gothic for everything in japanese (Yukiko Bando)Thierry Vignaud2004-09-231-1/+1
|
* comment for default:LTRPablo Saratxaga2004-09-141-1/+3
|
* comment on default:LTRPablo Saratxaga2004-09-141-0/+3
|
* (write) fix ENC setting too (like thai IM, it got broken whenThierry Vignaud2004-09-091-2/+2
| | | | | analyse_locale_name and the like were added it seems)
* fix thai IM that was broken for ages (but it was disabled in 10.0Thierry Vignaud2004-09-091-1/+1
| | | | | anyway so ...)
* 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
|