added module documentation, improved main documentation
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# Locale
|
||||
# ------------------------------------------------------------------------------
|
||||
# Variable:
|
||||
# * LOCALESET: List of locale that will be supported by system
|
||||
# * SYSLOCALE: Default system wide locale
|
||||
#
|
||||
# Both case will be formated in that way (with exemple for French:
|
||||
# fr_FR.UTF-8
|
||||
# ^ ^ ^
|
||||
# | | |
|
||||
# ISO-631-1 language code | |
|
||||
# ISO 3166-2 country subdivision |
|
||||
# Character table (ISO or UTF)
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
export VER_conf_locale="0.0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user