Skip to content

Commit 720fef1

Browse files
committed
authors, locale and makefile updates
1 parent 2ed8cdb commit 720fef1

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

Diff for: AUTHORS.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
364 Justin Quick 72.1%
2-
25 Chris Beaven 5.0%
1+
365 Justin Quick 72.1%
2+
25 Chris Beaven 4.9%
33
6 Deepak Prakash 1.2%
44
6 Ben Slavin 1.2%
55
5 jordan 1.0%

Diff for: Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ docs:
1010
sphinx-build -W -b html docs/source docs/build/html
1111
sphinx-build -W -b linkcheck docs/source docs/build/html
1212

13-
dist:
14-
python setup.py sdist && echo "OK?" && read
13+
authors:
14+
git summary | awk '{if(NR>7)print}' > AUTHORS.txt
1515

16-
.PHONY: clean messages docs dist
16+
all: clean authors messages docs
17+
18+
.PHONY: all

Diff for: actstream/locale/en/LC_MESSAGES/django.mo

0 Bytes
Binary file not shown.

Diff for: actstream/locale/en/LC_MESSAGES/django.po

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2014-09-03 13:51-0700\n"
11+
"POT-Creation-Date: 2015-06-15 02:56-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -25,22 +25,22 @@ msgstr ""
2525
msgid "stopped following"
2626
msgstr ""
2727

28-
#: models.py:112
28+
#: models.py:115
2929
#, python-format
3030
msgid "%(actor)s %(verb)s %(action_object)s on %(target)s %(timesince)s ago"
3131
msgstr ""
3232

33-
#: models.py:113
33+
#: models.py:116
3434
#, python-format
3535
msgid "%(actor)s %(verb)s %(target)s %(timesince)s ago"
3636
msgstr ""
3737

38-
#: models.py:115
38+
#: models.py:118
3939
#, python-format
4040
msgid "%(actor)s %(verb)s %(action_object)s %(timesince)s ago"
4141
msgstr ""
4242

43-
#: models.py:116
43+
#: models.py:119
4444
#, python-format
4545
msgid "%(actor)s %(verb)s %(timesince)s ago"
4646
msgstr ""
@@ -49,19 +49,19 @@ msgstr ""
4949
msgid "ago"
5050
msgstr ""
5151

52-
#: templates/actstream/actor.html:25
52+
#: templates/actstream/actor.html:24
5353
msgid "UNFOLLOW"
5454
msgstr ""
5555

56-
#: templates/actstream/actor.html:26
56+
#: templates/actstream/actor.html:25
5757
msgid "FOLLOW"
5858
msgstr ""
5959

60-
#: templates/actstream/actor.html:33
60+
#: templates/actstream/actor.html:32
6161
msgid "View my actions"
6262
msgstr ""
6363

64-
#: templates/actstream/actor.html:39
64+
#: templates/actstream/actor.html:38
6565
msgid "No actions yet"
6666
msgstr ""
6767

@@ -80,6 +80,6 @@ msgstr ""
8080
msgid "Actors that %(user)s follows"
8181
msgstr ""
8282

83-
#: tests/test_activity.py:191
83+
#: tests/test_activity.py:202
8484
msgid "English"
8585
msgstr ""

0 commit comments

Comments
 (0)