Accepting request 836440 from Base:System

OBS-URL: https://build.opensuse.org/request/show/836440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=166
This commit is contained in:
Dominique Leuenberger 2020-10-08 11:05:35 +00:00 committed by Git OBS Bridge
commit 685e0c41c8
2 changed files with 6 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 23 16:30:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- 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 <elimat@opensuse.org>

View File

@ -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