Bug Report #1295

Download package en_GB - No Database errors - misconfigured locale.php

Added by Marc George - almost 3 years ago. Updated almost 3 years ago.

Status:Closed Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Core
Target version:2.3.3
Resolution:invalid Points:

Description

Version v2.3.2

Not sure if this is a bug exactly, or just under-documented.

After downloading and installing the en_GB package (plus Auth module) from http://kohanaphp.com/download, no database error messages were being displayed. The reason was locale.php is preconfigured with
$config['language'] = array('en_US', 'English_United States');

Database errors were displayed when I changed the line to:
$config['language'] = array('en_GB', 'English_Great Britain');

History

Updated by Jeremy Bush almost 3 years ago

  • Status changed from New to Closed
  • Resolution set to invalid

This is no bug. Read the docs on locale: http://docs.kohanaphp.com/general/i18n#locale_setting

You need to change the locale setting (yes, which comes as en_US by default) to look at your i18n strings.

Also available in: Atom PDF