Pagina 1 di 1
[Risolto] KDE mezzo in italiano e mezzo in inglese...
Inviato: sab 30 lug 2011, 22:11
da federfigo5
Ciao a tutti!
Ho installato slack 13.37 e ho installato il pacchetto di traduzione kde it dal dvd dopo... Vedendo che i programmi e alcune scritte erano rimasti in inglese, installato pure il pacchetto trovato qui sul forum... Ma continua ad essere mezzo in italiano e mezzo in inglese!
Come posso fare?
Grazie in anticipo.
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: sab 30 lug 2011, 22:31
da navajo
Quale pacchetto di slacky.eu hai installato ??
hai letto slackware for dummies ??? è una specie di bibbia per chi usa slackware. Anche se è riferito a una vecchia versione di slackware, è sempre una fonte di notizie.
comunque, hai modificato i file
e
?
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: sab 30 lug 2011, 22:37
da federfigo5
Si l'ho letto slack for dummies (ottima guida). Li ho modificati proprio come diceva...
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: sab 30 lug 2011, 22:42
da federfigo5
Ho installato con installpkg kde-l10n-it-4.5.5-noarch-3.txz...
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: dom 31 lug 2011, 10:23
da 414N
Ma hai cambiato le impostazioni regionali nelle impostazioni di sistema di KDE?
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: dom 31 lug 2011, 18:23
da federfigo5
Si si le ho cambiate...
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: dom 31 lug 2011, 18:32
da 414N
Allora non capisco cosa possa essere rimasto di KDE ancora in inglese.
Se parli di Firefox, sappi che non fa parte di KDE (usa le GTK, tra l'altro), e hai un paio di strade per italianizzarlo.
Ti rimando a
questo mio post passato per alcuni suggerimenti.
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: dom 31 lug 2011, 19:40
da federfigo5
Ad esempio Konqueror è in inglese, k3b pure etc... Ma cosa ho fatto di sbagliato?
Potreste gentilmente linkarmi il .txz giusto?
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: dom 31 lug 2011, 20:15
da navajo
federfigo5 ha scritto:Ad esempio Konqueror è in inglese, k3b pure etc... Ma cosa ho fatto di sbagliato?
Potreste gentilmente linkarmi il .txz giusto?
Forse hai sbagliato qualcosa nei file lang.sh e .csh
ecco i miei :
Codice: Seleziona tutto
#!/bin/sh
# Set the system locale. (no, we don't have a menu for this ;-)
# For a list of locales which are supported by this machine, type:
# locale -a
# en_US is the Slackware default locale:
export LANG=it_IT.UTF-8
# 'C' is the old Slackware (and UNIX) default, which is 127-bit
# ASCII with a charmap setting of ANSI_X3.4-1968. These days,
# it's better to use en_US or another modern $LANG setting to
# support extended character sets.
#export LANG=C
# There is also support for UTF-8 locales, but be aware that
# some programs are not yet able to handle UTF-8 and will fail to
# run properly. In those cases, you can set LANG=C before
# starting them. Still, I'd avoid UTF unless you actually need it.
#export LANG=en_US.UTF-8
# Another option for en_US:
#export LANG=en_US.ISO8859-1
# One side effect of the newer locales is that the sort order
# is no longer according to ASCII values, so the sort order will
# change in many places. Since this isn't usually expected and
# can break scripts, we'll stick with traditional ASCII sorting.
# If you'd prefer the sort algorithm that goes with your $LANG
# setting, comment this out.
export LC_COLLATE=C
# End of /etc/profile.d/lang.sh
E il mio
Codice: Seleziona tutto
# Set the system locale. (no, we don't have a menu for this ;-)
# For a list of locales which are supported by this machine, type:
# locale -a
# en_US is the Slackware default locale:
setenv LANG it_ IT
# 'C' is the old Slackware (and UNIX) default, which is 127-bit
# ASCII with a charmap setting of ANSI_X3.4-1968. These days,
# it's better to use en_US or another modern $LANG setting to
# support extended character sets.
#setenv LANG C
# There is also support for UTF-8 locales, but be aware that
# some programs are not yet able to handle UTF-8 and will fail to
# run properly. In those cases, you can set LANG=C before
# starting them. Still, I'd avoid UTF unless you actually need it.
#setenv LANG en_US.UTF-8
# Another option for en_US:
#setenv LANG en_US.ISO8859-1
# One side effect of the newer locales is that the sort order
# is no longer according to ASCII values, so the sort order will
# change in many places. Since this isn't usually expected and
# can break scripts, we'll stick with traditional ASCII sorting.
# If you'd prefer the sort algorithm that goes with your $LANG
# setting, comment this out.
setenv LC_COLLATE C
# End of /etc/profile.d/lang.csh
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: dom 31 lug 2011, 20:32
da 414N
federfigo5 ha scritto:Ad esempio Konqueror è in inglese, k3b pure etc... Ma cosa ho fatto di sbagliato?
Potreste gentilmente linkarmi il .txz giusto?
Sembrano proprio sintomi della mancanza del pacchetto kde-l10n-it-4.5.5-noarch-3.txz. Per curiosità, quale sarebbe il pacchetto pescato da slacky che hai installato per risolvere il problema?
Re: KDE mezzo in italiano e mezzo in inglese...
Inviato: lun 1 ago 2011, 9:32
da federfigo5
Boh, era un pacchetto trovato come suggerimento in una discussione sul forum, ma non aveva niente di sbagliato.... Ero semplicemente io che avevo fatto "errori di copiatura" nel lang.sh...
Grazie ho risolto!!