Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -0/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | workaround kde control center calling localedrake with an empty kde lang | Pascal Rigaux | 2002-09-05 | 1 | -1/+2 |
| | |||||
* | when called by kcontrol with --apply, don't modify kde config files, ↵ | Pascal Rigaux | 2002-03-06 | 1 | -1/+1 |
| | | | | kcontrol takes care of it more nicely | ||||
* | restrict localedrake to installed lang | Pascal Rigaux | 2002-03-01 | 1 | -3/+2 |
| | |||||
* | - handle --kde_lang with optionally --kde_country | Pascal Rigaux | 2002-02-18 | 1 | -3/+9 |
| | | | | | - handle --apply | ||||
* | change the message & ask wether to logout or not | Pascal Rigaux | 2002-02-18 | 1 | -2/+2 |
| | |||||
* | handle --kde_country=<country> | Pascal Rigaux | 2002-02-16 | 1 | -9/+16 |
| | |||||
* | lang::write doesn't need the filename anymore | Pascal Rigaux | 2002-02-15 | 1 | -1/+1 |
| | |||||
* | fix pixel stuff: don't restart wm on cancel | Thierry Vignaud | 2002-02-07 | 1 | -6/+6 |
| | |||||
* | now works in normal user: it modifies the ~/.i18n (todo: handle kde crazy ↵ | Pascal Rigaux | 2002-01-30 | 1 | -4/+13 |
| | | | | variables?) | ||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -0/+2 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | add localedrake (not tested) | Pascal Rigaux | 2001-08-29 | 1 | -0/+17 |