Skip to content

Commit

Permalink
Merge pull request #698 from jakobdo/master
Browse files Browse the repository at this point in the history
Danish translation added
  • Loading branch information
rtpg committed Apr 14, 2021
2 parents 17162e7 + d6d24d8 commit 21125bb
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ Unreleased
~~~~~~~~~~

* Added support for Python 3.9.

* Dropped support for Python 3.5 and Django 1.11.
* Fix crashing that could occur with ``similar_objects`` in multi-inheritance contexts.
* Add Danish translation.


1.3.0 (2020-05-19)
~~~~~~~~~~~~~~~~~~
Expand Down
72 changes: 72 additions & 0 deletions taggit/locale/da/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <jakobdo@gmail.com>, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-25 14:25+0100\n"
"PO-Revision-Date: 2020-10-25 14:29+0100\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Last-Translator: \n"
"Language-Team: \n"
"X-Generator: Poedit 2.4.1\n"

#: apps.py:7
msgid "Taggit"
msgstr "Taggit"

#: forms.py:31
msgid "Please provide a comma-separated list of tags."
msgstr "Venligts angiv mærker adskilt af et komma."

#: managers.py:422
msgid "Tags"
msgstr "Mærker"

#: managers.py:423
msgid "A comma-separated list of tags."
msgstr "Adskil mærker med et komma."

#: models.py:17
msgid "name"
msgstr "navn"

#: models.py:18
msgid "slug"
msgstr "slug"

#: models.py:77
msgid "tag"
msgstr "mærke"

#: models.py:78
msgid "tags"
msgstr "mærker"

#: models.py:84
#, python-format
msgid "%(object)s tagged with %(tag)s"
msgstr "%(object)s mærket med %(tag)s"

#: models.py:129
msgid "content type"
msgstr "indholdstype"

#: models.py:160 models.py:167
msgid "object ID"
msgstr "objekt ID"

#: models.py:175
msgid "tagged item"
msgstr "mærket element"

#: models.py:176
msgid "tagged items"
msgstr "mærkede elementer"

0 comments on commit 21125bb

Please sign in to comment.