Skip to content

Commit

Permalink
Merge 60ed33f into 4fb89ef
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 21, 2020
2 parents 4fb89ef + 60ed33f commit 45797e6
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 865 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pylint:

.PHONY: messages
messages:
./manage.py makemessages --no-obsolete --no-vinaigrette --ignore "test*.py"
./manage.py makemessages --locale en --no-obsolete --no-vinaigrette --ignore "test*.py"
ls tcms_github_marketplace/locale/*/LC_MESSAGES/*.po | xargs -n 1 -I @ msgattrib -o @ --no-fuzzy @


Expand Down
123 changes: 0 additions & 123 deletions tcms_github_marketplace/locale/cs_CZ/LC_MESSAGES/django.po

This file was deleted.

123 changes: 0 additions & 123 deletions tcms_github_marketplace/locale/de_DE/LC_MESSAGES/django.po

This file was deleted.

10 changes: 7 additions & 3 deletions tcms_github_marketplace/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-29 18:43+0000\n"
"POT-Creation-Date: 2020-04-21 18:31+0000\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 @@ -18,6 +18,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: tcms_github_marketplace/menu.py:11
msgid "Subscriptions"
msgstr ""

#: tcms_github_marketplace/templates/tcms_github_marketplace/subscription.html:11
msgid "Tenant subscriptions"
msgstr ""
Expand Down Expand Up @@ -115,10 +119,10 @@ msgid ""
" "
msgstr ""

#: tcms_github_marketplace/views.py:292
#: tcms_github_marketplace/views.py:325
msgid "mo"
msgstr ""

#: tcms_github_marketplace/views.py:295
#: tcms_github_marketplace/views.py:328
msgid "yr"
msgstr ""
Loading

0 comments on commit 45797e6

Please sign in to comment.