Commit 8d693594 authored by Franco Fichtner's avatar Franco Fichtner

make: due to recent renames, just expand to whatever we have

parent 4f6a7670
......@@ -60,17 +60,14 @@ XGETTEXT= xgettext -L PHP --from-code=UTF-8 -F --strict --debug
MSGFMT= msgfmt --strict
LOCALEDIR= ${.CURDIR}/src/share/locale
POT= ${LOCALEDIR}/en_US/LC_MESSAGES/OPNsense.pot
LANGS= ja zh_CN
. for LANG in ${LANGS}
MO+= ${LOCALEDIR}/${LANG}/LC_MESSAGES/OPNsense.mo
. endfor
PO!= ls ${LOCALEDIR}/*/LC_MESSAGES/OPNsense.po
.SUFFIXES: .po .mo
.po.mo: force
${MSGFMT} -o ${.TARGET} ${.IMPSRC}
bootstrap: ${MO}
bootstrap: ${PO:S/.po/.mo/g}
translate: force
@: > ${POT}
......
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