From fca7615b830d36fc80d71faee54e2dda71db5cee Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 10 Aug 2012 21:16:27 +0200 Subject: [PATCH] Move translation file from es_AR to es We can start differentiating among different flavours of Spanish once we have more than one translation. --- debian/changelog | 7 +++++++ po/Makefile | 4 ++-- po/{es_AR.po => es.po} | 0 3 files changed, 9 insertions(+), 2 deletions(-) rename po/{es_AR.po => es.po} (100%) diff --git a/debian/changelog b/debian/changelog index 874de17..bed5182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +status-area-displayblanking-applet (1.1) unstable; urgency=low + + * Move translation file from es_AR to es (we can start differentiating among + different flavours of Spanish once we have more than one translation). + + -- Leandro Lucarella Fri, 10 Aug 2012 21:15:42 +0200 + status-area-displayblanking-applet (1.0-1) unstable; urgency=low * Re-upload to fix a "size mismatch" error when installing. 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) diff --git a/po/es_AR.po b/po/es.po similarity index 100% rename from po/es_AR.po rename to po/es.po -- 2.43.0