Fixing the Catalan downloadble dictionary

From: Jordi Mas <jmas_at_softcatala.org>
Date: Wed Jan 19 2005 - 01:49:35 CET

Hello,

People is complaining that the Catalan dictionary that we have in the web does
not work with Abi

The problem is that we are creating a "catalan.hash" file when the name
expected is really "catala.hash".

I have attached a patch that fixes the problem. Can someone confirm that is
correct and re-create the dictionary installer for Catalan and update the file
in our web site?

I also have noticied that in the abispell module there dictionaries like the
Brazilian one that we are not packing. Brazil has many speakers and their
government is heavily committed to open source.

Thanks!

Jordi,

-- 
Jordi Mas i Hernāndez
Homepage and LiveJournal at http://www.softcatala.org/~jmas

? catala.diff
Index: DictionaryCatalan.nsi
===================================================================
RCS file: /cvsroot/abi/src/pkg/win/setup/DictionaryCatalan.nsi,v
retrieving revision 1.1
diff -u -r1.1 DictionaryCatalan.nsi
--- DictionaryCatalan.nsi 18 Oct 2001 03:11:37 -0000 1.1
+++ DictionaryCatalan.nsi 19 Jan 2005 00:45:06 -0000
@@ -37,7 +37,7 @@
         ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
         ; Set output path to the installation directory.
         SetOutPath $INSTDIR\dictionary
- File "..\..\..\..\abispell\le\catalan.hash"
+ File "..\..\..\..\abispell\le\catala.hash"
 
         SetOutPath $INSTDIR
         File /oname=copying.txt "..\AbiSuite\Copying"
Received on Wed Jan 19 01:53:58 2005

This archive was generated by hypermail 2.1.8 : Wed Jan 19 2005 - 01:54:00 CET