X-Git-Url: https://git.llucax.com/software/sadba.git/blobdiff_plain/6a38c3a0a4a972ddc4180eb200a4f7efda42907a..fca7615b830d36fc80d71faee54e2dda71db5cee:/po/Makefile diff --git a/po/Makefile b/po/Makefile index 69fcb04..603199e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,9 +17,9 @@ MSGFMT = msgfmt XGETTEXT = xgettext MSGMERGE = msgmerge -PO_LINGUAS= es_AR +PO_LINGUAS= es -USE_LINGUAS= es_AR +USE_LINGUAS= es POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)