Internationalization
[squirrelmail.git] / plugins / squirrelspell / sqspell_config.php
index a34a856f4eaaffb6d787893aa023cae7ecc5b57a..f83f77c4d676b6a7db1aeda72fcd03e932d6fcab 100644 (file)
@@ -15,7 +15,8 @@
     global $username, $data_dir;
 
 
-    $SQSPELL_APP = array( 'English' => 'ispell -a' );
+    $SQSPELL_APP = array( 'English' => 'ispell -a',
+                          'Spanish' => 'ispell -d spanish -a' );
     $SQSPELL_APP_DEFAULT = 'English';
     $SQSPELL_WORDS_FILE = "$data_dir/$username.words";
     $SQSPELL_EREG = 'ereg';