openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c6d7c8b514019d678e260b804b1da690dbdb72e5
parent 44c0bb9f89ce0bc685140943e757857976ab7dcd
Author: dankert <devnull@localhost>
Date:   Sun, 25 Oct 2009 00:01:08 +0200

Neues Locale-Mapping. Wenn hier eine Sprache konfiguriert ist, wird bei Verwendung das entsprechende Mapping als Locale verwendet, damit sprachabhängige Ausgaben von Systemmeldungen möglich sind.

Diffstat:
config/i18n.ini.php | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/i18n.ini.php b/config/i18n.ini.php @@ -13,3 +13,9 @@ default=de ; A comma seperated list with language codes. available=de,en,es,fr,it,ru + + +; Mappings from the language to installed locales +[locale] +de="de_DE.utf8" +en="en_US.utf8"