Changeset 57
- Timestamp:
- Sat Jul 2 08:35:37 2005
- Files:
-
- trunk/transolution/filters/sgml2xliff.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/transolution/filters/sgml2xliff.py
r56 r57 329 329 segend = match.end(1) 330 330 lastpart = text[:segend].split()[-1] 331 # if last part before segend is longer then 1 char or in skipwords dont segment331 # if last part before segend is shorter then 1 char or in skipwords dont segment 331 331 if len(lastpart) < 3 or lastpart in skipwords: 332 332 continue
