|
From: <fri...@us...> - 2008-12-19 09:28:34
|
Revision: 9620
http://zaf.svn.sourceforge.net/zaf/?rev=9620&view=rev
Author: friedelwolff
Date: 2008-12-19 09:28:30 +0000 (Fri, 19 Dec 2008)
Log Message:
-----------
Extend the list of replacements with the palatalisations
Modified Paths:
--------------
trunk/dict/zu/myspell/zu_aff.py
Modified: trunk/dict/zu/myspell/zu_aff.py
===================================================================
--- trunk/dict/zu/myspell/zu_aff.py 2008-12-19 09:26:25 UTC (rev 9619)
+++ trunk/dict/zu/myspell/zu_aff.py 2008-12-19 09:28:30 UTC (rev 9620)
@@ -93,6 +93,8 @@
]
"""These are suggestions for replacement."""
+replace_list.extend(palatalisation_list)
+
def illegal_reflexive(subject, object):
"""Returns whether using the given concords together would result in an
illegal reflexive
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|