Your message dated Sat, 18 Aug 2018 00:18:21 +0200
with message-id <[email protected]>
and subject line Re: Bug#897449: django-allauth: Invalid character reference 
138 in "Last Translator" field in some .po files (Bug#881727 reappeared when 
uploading 0.35 version)
has caused the Debian Bug report #897449,
regarding django-allauth: Invalid character reference 138 in "Last Translator" 
field in some .po files (Bug#881727 reappeared when uploading 0.35 version)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
897449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897449
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: django-allauth
Severity: wishlist
Tags: patch l10n upstream

Dear Maintainer,

When uploading the 0.35 version, the bug Bug#881727 reappeared again:

Some of the upstream .po files, in the "Last translator" field, include
a name of translator with a bad encoded character (numeric character
reference 138 instead of Š). This produces "Tidy Validation" warning
messages when building the Debian website pages.
The .PO files do not include mail address for the translator with the
bad encoding, so I've requested to join the django-allauth translation
team in Transifex, with the hope of contacting Jannis Š and request them
to fix the encoding in their profile in Transifex.

Meanwhile, I'm attaching a patch that uses the correct UTF-8 character.

Thanks!
-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
From 1f0529356e67c861f7f12870231da422edfbaeff Mon Sep 17 00:00:00 2001
From: Laura Arjona Reina <[email protected]>
Date: Wed, 2 May 2018 21:17:30 +0200
Subject: [PATCH] Fix wrongly encoded character in some .po files

---
 allauth/locale/es/LC_MESSAGES/django.po    | 2 +-
 allauth/locale/pt_PT/LC_MESSAGES/django.po | 2 +-
 allauth/locale/sv/LC_MESSAGES/django.po    | 2 +-
 allauth/locale/tr/LC_MESSAGES/django.po    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/allauth/locale/es/LC_MESSAGES/django.po b/allauth/locale/es/LC_MESSAGES/django.po
index 9563433..265017e 100644
--- a/allauth/locale/es/LC_MESSAGES/django.po
+++ b/allauth/locale/es/LC_MESSAGES/django.po
@@ -9,7 +9,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-02 12:55-0600\n"
 "PO-Revision-Date: 2014-08-12 00:30+0200\n"
-"Last-Translator: Jannis Š\n"
+"Last-Translator: Jannis Å \n"
 "Language-Team: Spanish (http://www.transifex.com/projects/p/django-allauth/";
 "language/es/)\n"
 "Language: es\n"
diff --git a/allauth/locale/pt_PT/LC_MESSAGES/django.po b/allauth/locale/pt_PT/LC_MESSAGES/django.po
index 183b23a..91ab179 100644
--- a/allauth/locale/pt_PT/LC_MESSAGES/django.po
+++ b/allauth/locale/pt_PT/LC_MESSAGES/django.po
@@ -9,7 +9,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-02 12:55-0600\n"
 "PO-Revision-Date: 2014-08-12 00:33+0200\n"
-"Last-Translator: Jannis Š\n"
+"Last-Translator: Jannis Å \n"
 "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/";
 "django-allauth/language/pt_PT/)\n"
 "Language: pt_PT\n"
diff --git a/allauth/locale/sv/LC_MESSAGES/django.po b/allauth/locale/sv/LC_MESSAGES/django.po
index fef25e9..c44c229 100644
--- a/allauth/locale/sv/LC_MESSAGES/django.po
+++ b/allauth/locale/sv/LC_MESSAGES/django.po
@@ -9,7 +9,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-02 12:55-0600\n"
 "PO-Revision-Date: 2014-08-12 00:35+0200\n"
-"Last-Translator: Jannis Š\n"
+"Last-Translator: Jannis Å \n"
 "Language-Team: Swedish (http://www.transifex.com/projects/p/django-allauth/";
 "language/sv/)\n"
 "Language: sv\n"
diff --git a/allauth/locale/tr/LC_MESSAGES/django.po b/allauth/locale/tr/LC_MESSAGES/django.po
index 7acb817..2fc0c07 100644
--- a/allauth/locale/tr/LC_MESSAGES/django.po
+++ b/allauth/locale/tr/LC_MESSAGES/django.po
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-02 12:55-0600\n"
 "PO-Revision-Date: 2014-08-12 00:35+0200\n"
-"Last-Translator: Jannis Š\n"
+"Last-Translator: Jannis Å \n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/django-allauth/";
 "language/tr/)\n"
 "Language: tr\n"
-- 
2.11.0


--- End Message ---
--- Begin Message ---
Le vendredi 04 mai 2018 à 20:14:09+0200, Pierre-Elliott Bécue a écrit :
> Le 4 mai 2018 20:05:52 GMT+02:00, Laura Arjona Reina <[email protected]> a 
> écrit :
> >Hello again
> >I have sent a Pull Request (#2017) to the upstream project fixing the
> >string of the translator name:
> >https://github.com/pennersr/django-allauth/pull/2017
> >
> >Cheers
> 
> I referenced the issue I opened months ago in your MR.
> 
> You can close the bug as soon as you wish.
> 
> Sorry for all this.
> 
> Cheers ! 

Closing now, feel free to reopen if you wish. :)

Cheers!

-- 
Pierre-Elliott Bécue
GPG: 9AE0 4D98 6400 E3B6 7528  F493 0D44 2664 1949 74E2
It's far easier to fight for one's principles than to live up to them.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to