Show More
@@ -16,12 +16,12 b' data = {' | |||
|
16 | 16 | ${_('[mention]') if mention else ''} \ |
|
17 | 17 | |
|
18 | 18 | % if comment_file: |
|
19 | ${_('%(user)s commented on commit `%(commit_id)s` (file: `%(comment_file)s`)') % data} ${_('in the %(repo_name)s repository') % data} | |
|
19 | ${_('%(user)s commented on commit `%(commit_id)s` (file: `%(comment_file)s`)') % data} ${_('in the %(repo_name)s repository') % data |n} | |
|
20 | 20 | % else: |
|
21 | 21 | % if status_change: |
|
22 | ${_('%(user)s commented on commit `%(commit_id)s` (status: %(status)s)') % data |n} ${_('in the %(repo_name)s repository') % data} | |
|
22 | ${_('%(user)s commented on commit `%(commit_id)s` (status: %(status)s)') % data |n} ${_('in the %(repo_name)s repository') % data |n} | |
|
23 | 23 | % else: |
|
24 | ${_('%(user)s commented on commit `%(commit_id)s`') % data |n} ${_('in the %(repo_name)s repository') % data} | |
|
24 | ${_('%(user)s commented on commit `%(commit_id)s`') % data |n} ${_('in the %(repo_name)s repository') % data |n} | |
|
25 | 25 | % endif |
|
26 | 26 | % endif |
|
27 | 27 |
@@ -17,12 +17,12 b' data = {' | |||
|
17 | 17 | ${_('[mention]') if mention else ''} \ |
|
18 | 18 | |
|
19 | 19 | % if comment_file: |
|
20 | ${_('%(user)s commented on pull request #%(pr_id)s "%(pr_title)s" (file: `%(comment_file)s`)') % data} | |
|
20 | ${_('%(user)s commented on pull request #%(pr_id)s "%(pr_title)s" (file: `%(comment_file)s`)') % data |n} | |
|
21 | 21 | % else: |
|
22 | 22 | % if status_change: |
|
23 | ${_('%(user)s commented on pull request #%(pr_id)s "%(pr_title)s" (status: %(status)s)') % data} | |
|
23 | ${_('%(user)s commented on pull request #%(pr_id)s "%(pr_title)s" (status: %(status)s)') % data |n} | |
|
24 | 24 | % else: |
|
25 | ${_('%(user)s commented on pull request #%(pr_id)s "%(pr_title)s"') % data} | |
|
25 | ${_('%(user)s commented on pull request #%(pr_id)s "%(pr_title)s"') % data |n} | |
|
26 | 26 | % endif |
|
27 | 27 | % endif |
|
28 | 28 | </%def> |
General Comments 0
You need to be logged in to leave comments.
Login now