2006-07-15 Alex Roitman <shura@gramps-project.org>
* check_po: Open correct file. svn: r7029
This commit is contained in:
		| @@ -1,3 +1,6 @@ | ||||
| 2006-07-15  Alex Roitman  <shura@gramps-project.org> | ||||
| 	* check_po: Open correct file. | ||||
|  | ||||
| 2006-06-22  Alex Roitman  <shura@gramps-project.org> | ||||
| 	* POTFILES.in: Add new file. | ||||
|  | ||||
|   | ||||
| @@ -23,7 +23,7 @@ | ||||
| import sys | ||||
| import re | ||||
|  | ||||
| f = open('template.po') | ||||
| f = open('gramps.pot') | ||||
| template_total = 0 | ||||
| for line in f.xreadlines(): | ||||
|     try: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user