Ondřej Súkup
26f3863c66
- i18n.template: moved example for user specific LANG setting from .profile (bash package) to .i18n skeleton file (boo#1158724) OBS-URL: https://build.opensuse.org/request/show/836414 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/x11-tools?expand=0&rev=45
17 lines
599 B
Plaintext
17 lines
599 B
Plaintext
#
|
|
# Override system wide input method here
|
|
#
|
|
|
|
# export INPUT_METHOD=scim
|
|
|
|
# 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
|
|
|