Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
6f46efda
authored
Jun 09, 2014
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: improve i18n of notification email
parent
934b5a2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
circle/dashboard/templates/dashboard/notifications/email.txt
+2
-2
No files found.
circle/dashboard/templates/dashboard/notifications/email.txt
View file @
6f46efda
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
{% blocktrans with u=user %}Dear {{u}},{% endblocktrans %}
{% blocktrans with u=user %}Dear {{u}},{% endblocktrans %}
{% blocktrans
with n=messages|length
%}You have {{n}} new notifications:{% endblocktrans %}
{% blocktrans
count n=messages|length %}You have a new notification:{% plural
%}You have {{n}} new notifications:{% endblocktrans %}
{% for msg in messages %} * {{msg.subject}}
{% for msg in messages %} * {{msg.subject}}
{% endfor %}
{% endfor %}
{% blocktrans with url=url
%}
See them in detail on <{{url}}>.{% endblocktrans %}
{% blocktrans with url=url
count n=messages|length %}See it in detail on <{{url}}>.{% plural %}
See them in detail on <{{url}}>.{% endblocktrans %}
--
--
{{site}} CIRCLE Cloud
{{site}} CIRCLE Cloud
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment