From 69a9f5f7e67fada32fa32de9fb5e3315aeb17c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 25 Jun 2007 12:44:11 +0000 Subject: po -> translations directory rename missing piece, noticed by Alexander Hass --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 1657e3158..e0a6cd7d7 100644 --- a/install.php +++ b/install.php @@ -485,7 +485,7 @@ function install_select_profile_form(&$form_state, $profiles) { * Find all .po files for the current profile. */ function install_find_locales($profilename) { - $locales = file_scan_directory('./profiles/'. $profilename .'/po', '\.po$', array('.', '..', 'CVS'), 0, FALSE); + $locales = file_scan_directory('./profiles/'. $profilename .'/translations', '\.po$', array('.', '..', 'CVS'), 0, FALSE); array_unshift($locales, (object) array('name' => 'en')); return $locales; } -- cgit v1.2.3