Closed (duplicate)
Project:
Drupal core
Version:
6.1
Component:
install system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2008 at 19:47 UTC
Updated:
11 Mar 2008 at 14:47 UTC
The install module is not installing pt-pt properly (and I believe all the languages with "-" codes in the middle). I detected 2 problems:
- The installation installs the language code as "ptpt", which doesn't work, as all the files are "pt-pt";
- The language, even if selected, is not used during the installation process;
Comments
Comment #1
gábor hojtsyAround the 93th line of install.php, it looks evident, that the installer does not support a dash (-) in a language code. This looks like a bad oversight. We should fix this.
Comment #2
gábor hojtsyActually merging with http://drupal.org/node/228761