~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/poimport.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-26 13:06:33 UTC
  • mfrom: (14024.1.2 855150-no-potemplate-mail)
  • Revision ID: launchpad@pqm.canonical.com-20110926130633-taywahokm0z57820
[r=danilo][bug=855150] stop sending "you uploaded a translation
        template" mails

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    >>> potemplate.date_last_updated > saved_date
134
134
    True
135
135
 
136
 
A successful import is confirmed by email.
 
136
We don't send mail about successful imports.
137
137
 
138
138
    >>> print subject
139
 
    Translation template import - ...
140
 
 
141
 
    >>> print body
142
 
    Hello Mark Shuttleworth,
143
 
    <BLANKLINE>
144
 
    On ..., you uploaded a translation
145
 
    template for ... in Launchpad.
146
 
    <BLANKLINE>
147
 
    The template has now been imported successfully.
148
 
    <BLANKLINE>
149
 
    Thank you,
150
 
    <BLANKLINE>
151
 
    The Launchpad team
 
139
    None
152
140
 
153
141
Since there was no error, the queue entry's error_output is blank.
154
142