Skip to content

Commit

Permalink
authors, locale and makefile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed Jun 15, 2015
1 parent 2ed8cdb commit 720fef1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.txt
@@ -1,5 +1,5 @@
364 Justin Quick 72.1%
25 Chris Beaven 5.0%
365 Justin Quick 72.1%
25 Chris Beaven 4.9%
6 Deepak Prakash 1.2%
6 Ben Slavin 1.2%
5 jordan 1.0%
Expand Down
8 changes: 5 additions & 3 deletions Makefile
Expand Up @@ -10,7 +10,9 @@ docs:
sphinx-build -W -b html docs/source docs/build/html
sphinx-build -W -b linkcheck docs/source docs/build/html

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

.PHONY: clean messages docs dist
all: clean authors messages docs

.PHONY: all
Binary file modified actstream/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
20 changes: 10 additions & 10 deletions actstream/locale/en/LC_MESSAGES/django.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-09-03 13:51-0700\n"
"POT-Creation-Date: 2015-06-15 02:56-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -25,22 +25,22 @@ msgstr ""
msgid "stopped following"
msgstr ""

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

#: models.py:113
#: models.py:116
#, python-format
msgid "%(actor)s %(verb)s %(target)s %(timesince)s ago"
msgstr ""

#: models.py:115
#: models.py:118
#, python-format
msgid "%(actor)s %(verb)s %(action_object)s %(timesince)s ago"
msgstr ""

#: models.py:116
#: models.py:119
#, python-format
msgid "%(actor)s %(verb)s %(timesince)s ago"
msgstr ""
Expand All @@ -49,19 +49,19 @@ msgstr ""
msgid "ago"
msgstr ""

#: templates/actstream/actor.html:25
#: templates/actstream/actor.html:24
msgid "UNFOLLOW"
msgstr ""

#: templates/actstream/actor.html:26
#: templates/actstream/actor.html:25
msgid "FOLLOW"
msgstr ""

#: templates/actstream/actor.html:33
#: templates/actstream/actor.html:32
msgid "View my actions"
msgstr ""

#: templates/actstream/actor.html:39
#: templates/actstream/actor.html:38
msgid "No actions yet"
msgstr ""

Expand All @@ -80,6 +80,6 @@ msgstr ""
msgid "Actors that %(user)s follows"
msgstr ""

#: tests/test_activity.py:191
#: tests/test_activity.py:202
msgid "English"
msgstr ""

0 comments on commit 720fef1

Please sign in to comment.