From: Leandro Lucarella Date: Fri, 10 Aug 2012 19:16:27 +0000 (+0200) Subject: Move translation file from es_AR to es X-Git-Tag: v1.1 X-Git-Url: https://git.llucax.com/software/sadba.git/commitdiff_plain?ds=sidebyside Move translation file from es_AR to es We can start differentiating among different flavours of Spanish once we have more than one translation. --- 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