Adding Echo function as translatable

This commit is contained in:
Antonio Terceiro 2009-01-14 22:58:06 -03:00 committed by Daniel Baumann
parent dfb048b1ba
commit 119ee2b0bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Makefile to manage gettext files
DOMAIN=live-helper
ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage"
ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage Echo"
POFILES=$(wildcard *.po)
MOFILES=$(patsubst %.po,%.mo,$(POFILES))