Commit a86d767e authored by Franco Fichtner's avatar Franco Fichtner

dynamic: translations to src/ dir

parent 6032f033
...@@ -79,7 +79,7 @@ ${TEMPLATE}: ...@@ -79,7 +79,7 @@ ${TEMPLATE}:
find ${ROOTDIR}/src -print0 | \ find ${ROOTDIR}/src -print0 | \
xargs -0 ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot xargs -0 ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot
.endfor .endfor
find ${LANGDIR}/dynamic/helpers -print0 | \ find ${LANGDIR}/src -print0 | \
xargs -0 ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot xargs -0 ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot
template: ${TEMPLATE} template: ${TEMPLATE}
......
...@@ -40,7 +40,7 @@ if len(sys.argv) < 2: ...@@ -40,7 +40,7 @@ if len(sys.argv) < 2:
RootPaths = sys.argv[1:] RootPaths = sys.argv[1:]
# create target location # create target location
targetPath = 'dynamic/helpers' targetPath = 'helpers'
if len(glob.glob(targetPath)) == 0: if len(glob.glob(targetPath)) == 0:
os.mkdir(targetPath) os.mkdir(targetPath)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment