Remove duplicate "About" entries from message catalogs.

Somehow we had duplicate entries for "About" string in almost all the message
catalogs. This prevented them from compiling correctly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2012-02-18 17:12:41 +00:00
parent 81702b39d3
commit 2ff4ddf830
37 changed files with 5 additions and 254 deletions

View file

@ -44,6 +44,11 @@ allmo:
force-update:
$(RM) wxstd.pot
check:
@for t in $(WX_LINGUAS); do \
$(MSGFMT) -c -o /dev/null $$t.po 2>/dev/null || echo "$$t.po is BROKEN."; \
done
# print out the percentage of the translated strings
stats: FORCE
@for i in $(WX_LINGUAS); do \