Adding Echo function as translatable
This commit is contained in:
parent
dfb048b1ba
commit
119ee2b0bc
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue