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