alles englisch nach d-u

Started by wodga, 2015/12/06, 21:35:19

Previous topic - Next topic

wodga

nach einem d-u sind sämtliche Anwendungen auf englisch. Wie kann ich die locales auf deutsch umstellen?
64bit, intel i5, GeForce GTX 650 Ti

jure

hast du mal
dpkg-reconfigure locales probiert ....
Gruss Juergen

wodga

hab ich probiert. Hat nichts bewirkt
64bit, intel i5, GeForce GTX 650 Ti

musca

Hallo wodga,

was gibt der Befehl "locale" aus?
,,Es irrt der Mensch, solang er strebt."  (Goethe, Faust)

piper

dpkg-reconfigure locales && dpkg-reconfigure console-setup && dpkg-reconfigure keyboard-configuration
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

wodga

@musca locale:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=nds_DE.UTF-8
LANGUAGE=de
LC_CTYPE="nds_DE.UTF-8"
LC_NUMERIC="nds_DE.UTF-8"
LC_TIME="nds_DE.UTF-8"
LC_COLLATE="nds_DE.UTF-8"
LC_MONETARY="nds_DE.UTF-8"
LC_MESSAGES="nds_DE.UTF-8"
LC_PAPER="nds_DE.UTF-8"
LC_NAME="nds_DE.UTF-8"
LC_ADDRESS="nds_DE.UTF-8"
LC_TELEPHONE="nds_DE.UTF-8"
LC_MEASUREMENT="nds_DE.UTF-8"
LC_IDENTIFICATION="nds_DE.UTF-8"
LC_ALL=
64bit, intel i5, GeForce GTX 650 Ti

wodga

64bit, intel i5, GeForce GTX 650 Ti

dibl

#7
No guarantee ...


Keine Garantie ..



An init 3:


# apt-get purge locales


# apt-get update && apt-get install locales


# dpkg-reconfigure locales


Use the spacebar to select/unselect languages.


Benutzen Sie die Leertaste, um vorzuwählen
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

sunrat

Possibly related? https://bugs.kde.org/show_bug.cgi?id=340982

Sorry, no German.
Entschuldigung, keine Deutsch.

der_bud

Quote from: wodga on 2015/12/08, 21:56:17
...
LANG=nds_DE.UTF-8
LANGUAGE=de
...
I realized recently that in some dropdown lists if you want to select german by typing 'de', the cursor jumps to nde_DE. But be aware that nds is Niedersachsen, do you really want Platt ;) ? Probably that's not fully translated yet. Reconfigure again and assure that you really select de_DE.UTF-8, then try again.
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

wodga

no, no I selected:             
  • de_DE.UTF-8 UTF-8                                                                                                                                 
64bit, intel i5, GeForce GTX 650 Ti

der_bud

Then something went wrong or did not get applied, please compare your output from the post above:
Quote from: wodga on 2015/12/08, 21:56:17
@musca locale:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=nds_DE.UTF-8
LANGUAGE=de
LC_CTYPE="nds_DE.UTF-8"
LC_NUMERIC="nds_DE.UTF-8"
LC_TIME="nds_DE.UTF-8"
LC_COLLATE="nds_DE.UTF-8"
LC_MONETARY="nds_DE.UTF-8"
LC_MESSAGES="nds_DE.UTF-8"
LC_PAPER="nds_DE.UTF-8"
LC_NAME="nds_DE.UTF-8"
LC_ADDRESS="nds_DE.UTF-8"
LC_TELEPHONE="nds_DE.UTF-8"
LC_MEASUREMENT="nds_DE.UTF-8"
LC_IDENTIFICATION="nds_DE.UTF-8"
LC_ALL=

versus mine

LANG=de_DE.UTF-8
LANGUAGE=de
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=

Note the difference, nds_DE and de_DE.
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

wodga

#12
with a little help, in the irc I got now locale:
LANG=de_DE.UTF-8
LANGUAGE=de
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=

what solved the problem was locale-gen "de_DE.UTF-8"
64bit, intel i5, GeForce GTX 650 Ti