/[smecontribs]/rpms/translate-toolkit/contribs8/translate-poterminology-stoplist.diff
ViewVC logotype

Contents of /rpms/translate-toolkit/contribs8/translate-poterminology-stoplist.diff

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Tue Oct 20 15:29:55 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
* Tue Oct 20 2009 Shad L. Lords <slords@mail.com> - 1.4.1-1
- Update to 1.4.1 final

1 diff -ur translate-toolkit-1.2.0.old/translate/tools/poterminology.py translate-toolkit-1.2.0/translate/tools/poterminology.py
2 --- translate-toolkit-1.2.0.old/translate/tools/poterminology.py 2008-09-30 11:43:44.000000000 +0200
3 +++ translate-toolkit-1.2.0/translate/tools/poterminology.py 2008-10-06 22:00:34.000000000 +0200
4 @@ -422,7 +422,7 @@
5 parser.stoprelist = []
6 parser.stopfoldtitle = True
7 parser.stopignorecase = False
8 - parser.defaultstopfile = find_installed_file('stoplist-en')
9 + parser.defaultstopfile = '/usr/share/translate-toolkit/stoplist-en'
10 parser.add_option("-S", "--stopword-list", type="string", metavar="STOPFILE",
11 action="callback", callback=parse_stopword_file,
12 help="read stopword (term exclusion) list from STOPFILE (default %s)" % parser.defaultstopfile,

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed