2014-05-16 Junichi Satoh <junichi@rworks.jp>

* include/languages/Makefile: Removed unavailable language files
	from the target. Added '--from-code=UTF-8' to xgettext option to
	avoid errors with non-ascii characters.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9942 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2014-05-16 04:07:15 +00:00
parent bb0c8582a1
commit b1f2e5d959
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2014-05-16 Junichi Satoh <junichi@rworks.jp>
* include/languages/Makefile: Removed unavailable language files
from the target. Added '--from-code=UTF-8' to xgettext option to
avoid errors with non-ascii characters.
2014-05-15 Sergio Martin <sergio.martin@artica.es>
* include/help/en/help_ipam.php: Fix bad translations

View File

@ -1,5 +1,5 @@
all: ar.mo ast.mo bn.mo ca.mo cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo gl.mo he.mo hi.mo hu.mo it.mo ja.mo ko.mo nl.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo sk.mo sl.mo sv.mo te.mo tr.mo uk.mo zh_CN.mo zh_TW.mo
xgettext `find ../../ -name "*\.php"` --output=index.pot --keyword=__ --add-comments=///
all: ar.mo ca.mo cs.mo de.mo el.mo es.mo fr.mo it.mo ja.mo nl.mo pl.mo pt.mo pt_BR.mo ru.mo sk.mo tr.mo zh_CN.mo
xgettext `find ../../ -name "*\.php"` --from-code=UTF-8 --output=index.pot --keyword=__ --add-comments=///
ar.mo: ar.po
msgfmt ar.po -o ar.mo