diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-08-12 18:29:06 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-08-12 18:29:06 +0000 |
commit | be7e181cc8f8ef51e0727be2caef0a2973677cd7 (patch) | |
tree | 9bdb468939c61233c40c297f9eb61e6f5d7fd95d | |
parent | 6f5adec2b3db1bfcde0fa7c01f2635f78f6e1bb5 (diff) |
change default langage
git-svn-id: http://piwigo.org/svn/trunk@483 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 6f3a3188f..6e7fd969f 100644 --- a/install.php +++ b/install.php @@ -149,7 +149,7 @@ else if ( !file_exists(@realpath(PHPWG_ROOT_PATH . 'language/' . $language . '/install.lang.php')) ) { - $language = 'en_EN'; + $language = 'en_UK.iso-8859-1'; } include( './language/'.$language.'/common.lang.php' ); |