##// END OF EJS Templates
i18n: updated translation for Polish...
i18n: updated translation for Polish Currently translated at 56.5% (614 of 1087 strings)

File last commit:

r6098:8b75085c default
r8092:7fef5132 default
Show More
comment.txt
15 lines | 259 B | text/plain | TextLexer
<%page args="author,text,status,close=False" />\
${author|n,unicode}:
%if status:
${_('Status change:')|n,unicode} \
${status|n,unicode}
%endif
%if close:
${_('The pull request has been closed.')|n,unicode}
%endif
${text|n,unicode}
## Trailing empty line