From b1f2e5d9594c16ec713f9c7ec5cb401bd272c7cb Mon Sep 17 00:00:00 2001 From: jsatoh Date: Fri, 16 May 2014 04:07:15 +0000 Subject: [PATCH] 2014-05-16 Junichi Satoh * 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 --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/languages/Makefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7b4f492112..709d55da31 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-05-16 Junichi Satoh + + * 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 * include/help/en/help_ipam.php: Fix bad translations diff --git a/pandora_console/include/languages/Makefile b/pandora_console/include/languages/Makefile index 17f9ed37bc..68d91ff577 100644 --- a/pandora_console/include/languages/Makefile +++ b/pandora_console/include/languages/Makefile @@ -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