pandorafms/pandora_console/include/languages/Makefile

57 lines
950 B
Makefile

all: ast.mo ca.mo cs.mo de.mo eu.mo es.mo fr.mo hi.mo hu.mo gl.mo it.mo pl.mo pt_BR.mo ro.mo ru.mo sv.mo zh_CN.mo zh_TW.mo
xgettext `find ../../ -name "*\.php"` --output=index.pot --keyword=__ --add-comments=///
ast.mo: ast.po
msgfmt ast.po -o ast.mo
ca.mo: ca.po
msgfmt ca.po -o ca.mo
cs.mo: cs.po
msgfmt cs.po -o cs.mo
de.mo: de.po
msgfmt de.po -o de.mo
eu.mo: eu.po
msgfmt eu.po -o eu.mo
es.mo: es.po
msgfmt es.po -o es.mo
fr.mo: fr.po
msgfmt fr.po -o fr.mo
hi.mo: hi.po
msgfmt hi.po -o hi.mo
hu.mo: hu.po
msgfmt hu.po -o hu.mo
gl.mo: gl.po
msgfmt gl.po -o gl.mo
it.mo: it.po
msgfmt it.po -o it.mo
pl.mo: pl.po
msgfmt pl.po -o pl.mo
pt_BR.mo: pt_BR.po
msgfmt pt_BR.po -o pt_BR.mo
ro.mo: ro.po
msgfmt ro.po -o ro.mo
ru.mo: ru.po
msgfmt ru.po -o ru.mo
sv.mo: sv.po
msgfmt sv.po -o sv.mo
zh_CN.mo: zh_CN.po
msgfmt zh_CN.po -o zh_CN.mo
zh_TW.mo: zh_TW.po
msgfmt zh_TW.po -o zh_TW.mo