diff --git a/bash.changes b/bash.changes index 67ff53c3..a9d0232a 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 23 16:30:31 UTC 2020 - Stefan Dirsch + +- dot.profile: moved example for user specific LANG setting + from .profile to .i18n (x11-tools package) skeleton file (boo#1158724) + ------------------------------------------------------------------- Sun Aug 2 20:49:58 UTC 2020 - Matthias Eliasson diff --git a/dot.profile b/dot.profile index 0b3736ae..91da85bc 100644 --- a/dot.profile +++ b/dot.profile @@ -7,16 +7,6 @@ test -z "$PROFILEREAD" && . /etc/profile || true -# Most applications support several languages for their output. -# To make use of this feature, simply uncomment one of the lines below or -# add your own one (see /usr/share/locale/locale.alias for more codes) -# This overwrites the system default set in /etc/sysconfig/language -# in the variable RC_LANG. -# -#export LANG=de_DE.UTF-8 # uncomment this line for German output -#export LANG=fr_FR.UTF-8 # uncomment this line for French output -#export LANG=es_ES.UTF-8 # uncomment this line for Spanish output - # Some applications read the EDITOR variable to determine your favourite text # editor. So uncomment the line below and enter the editor of your choice :-) #export EDITOR=/usr/bin/vim