diff options
author | Antonio Terceiro <terceiro@softwarelivre.org> | 2009-01-14 22:58:06 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:39 +0100 |
commit | 119ee2b0bcdebd1cae1088f442c7e7757eb09881 (patch) | |
tree | 09f59ea07be1c1095c49af8ae73f2a04234b7982 /po/Makefile | |
parent | dfb048b1ba0b514baaf2dc2f9158b49ad1a86830 (diff) | |
download | vyos-live-build-119ee2b0bcdebd1cae1088f442c7e7757eb09881.tar.gz vyos-live-build-119ee2b0bcdebd1cae1088f442c7e7757eb09881.zip |
Adding Echo function as translatable
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 6090ed001..c77ddead4 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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)) |