Commit a86d767e authored by Franco Fichtner's avatar Franco Fichtner

dynamic: translations to src/ dir

parent 6032f033
......@@ -79,7 +79,7 @@ ${TEMPLATE}:
find ${ROOTDIR}/src -print0 | \
xargs -0 ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot
.endfor
find ${LANGDIR}/dynamic/helpers -print0 | \
find ${LANGDIR}/src -print0 | \
xargs -0 ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot
template: ${TEMPLATE}
......
......@@ -40,7 +40,7 @@ if len(sys.argv) < 2:
RootPaths = sys.argv[1:]
# create target location
targetPath = 'dynamic/helpers'
targetPath = 'helpers'
if len(glob.glob(targetPath)) == 0:
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