mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
98dc75f190
- merge with package busybox - add patch to enhance fbsplash - add more patches from busybox.net
14 lines
547 B
Plaintext
14 lines
547 B
Plaintext
################################################################################
|
|
# Core (Language) environment variables.
|
|
#
|
|
# This file contains non-OpenELEC evironment variables as well as OpenELEC
|
|
# evironment variables that are not user defined.
|
|
################################################################################
|
|
|
|
#-------------------------------------------------------------------------------
|
|
# Language variables.
|
|
#-------------------------------------------------------------------------------
|
|
LANG='de_DE.UTF-8'
|
|
|
|
export LANG
|