Skip to content
Snippets Groups Projects
Commit 2f1793db authored by anonymous's avatar anonymous
Browse files

Fix Unicode-Tag error

parent 9d49f35a
Branches
Tags
No related merge requests found
......@@ -373,3 +373,8 @@ msgstr "Linked Data"
msgid "groups: at least one group needed"
msgstr "Bitte geben Sie mindestens eine Kategorie an"
msgid "Tag \"%s\" must be alphanumeric characters or symbols: -_.:()"
msgstr ""
"Tags \"%s\" müssen aus alphnummerischen Zeichen oder diesen Symbolen "
"bestehen: -_.:()"
......@@ -12,6 +12,8 @@ from ckan.lib.navl.dictization_functions import Missing
from pylons import config
_ = toolkit._
import logging
log = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment