update translations template; update french translation; try to fix maps folder installation

svn: r17513
This commit is contained in:
Jérôme Rapinat 2011-05-17 07:48:39 +00:00
parent 15cd010b34
commit 1a7b066a0b
3 changed files with 887 additions and 767 deletions

844
po/fr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
pkgdatadir = $(datadir)/@PACKAGE@/maps
pkgdatadir = $(datadir)/@PACKAGE@/plugins/lib/maps
pkgdata_PYTHON = \
constants.py\
@ -6,13 +6,13 @@ pkgdata_PYTHON = \
grampsmaps.py\
__init__.py
pkgpyexecdir = @pkgpyexecdir@/maps
pkgpythondir = @pkgpythondir@/maps
pkgpyexecdir = @pkgpyexecdir@/plugins/lib/maps
pkgpythondir = @pkgpythondir@/plugins/lib/maps
# Clean up all the byte-compiled files
MOSTLYCLEANFILES = *pyc *pyo
GRAMPS_PY_MODPATH = "../"
GRAMPS_PY_MODPATH = "../../:../view"
pycheck:
(export PYTHONPATH=$(GRAMPS_PY_MODPATH); \