Skip to content
Snippets Groups Projects
Commit 6d5056ae authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Moved fanstatic webassets to assets directory

parent 14ae08d6
No related branches found
No related tags found
1 merge request!50Upgraded to CKAN 2.10
......@@ -57,46 +57,46 @@ msgstr ""
msgid "Invalid tag: \"%s\". Tags cannot contain line breaks."
msgstr ""
#: ckanext/odsh/fanstatic/moment.js:6
#: ckanext/odsh/assets/moment.js:6
msgid "Weeks"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:63
#: ckanext/odsh/assets/odsh_image-upload.js:63
msgid "Link"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:64
#: ckanext/odsh/assets/odsh_image-upload.js:64
msgid "Link to a URL on the internet (you can also link to an API)"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:71
#: ckanext/odsh/assets/odsh_image-upload.js:71
#: ckanext/odsh/templates/header.html:51
msgid "Upload"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:75
#: ckanext/odsh/assets/odsh_image-upload.js:75
#: ckanext/odsh/templates/macros/form.html:357
msgid "Remove"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:83
#: ckanext/odsh/assets/odsh_image-upload.js:83
#: ckanext/odsh/templates/macros/form.html:564
msgid "Image"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:90
#: ckanext/odsh/assets/odsh_image-upload.js:90
msgid "Upload a file on your computer"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:115
#: ckanext/odsh/fanstatic/odsh_image-upload.js:186
#: ckanext/odsh/assets/odsh_image-upload.js:115
#: ckanext/odsh/assets/odsh_image-upload.js:186
#: ckanext/odsh/templates/organization/snippets/organization_form.html:19
#: ckanext/odsh/templates/package/snippets/resource_form.html:31
msgid "URL"
msgstr ""
#: ckanext/odsh/fanstatic/odsh_image-upload.js:125
#: ckanext/odsh/fanstatic/odsh_image-upload.js:221
#: ckanext/odsh/assets/odsh_image-upload.js:125
#: ckanext/odsh/assets/odsh_image-upload.js:221
msgid "File"
msgstr ""
......
......@@ -65,48 +65,48 @@ msgstr ""
msgid "Invalid tag: \"%s\". Tags cannot contain line breaks."
msgstr "Ungültiges Tag: \"%s\". Tags können keine Zeilenumbrüche enthalten."
#: ckanext/odsh/fanstatic/moment.js:6
#: ckanext/odsh/assets/moment.js:6
msgid "Weeks"
msgstr "Wochen"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:63
#: ckanext/odsh/assets/odsh_image-upload.js:63
msgid "Link"
msgstr "Link"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:64
#: ckanext/odsh/assets/odsh_image-upload.js:64
msgid "Link to a URL on the internet (you can also link to an API)"
msgstr ""
"Link zu einer URL im Internet (Sie können auch einen Link zu einer API "
"erstellen)"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:71
#: ckanext/odsh/assets/odsh_image-upload.js:71
#: ckanext/odsh/templates/header.html:51
msgid "Upload"
msgstr "Upload"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:75
#: ckanext/odsh/assets/odsh_image-upload.js:75
#: ckanext/odsh/templates/macros/form.html:357
msgid "Remove"
msgstr "Entfernen"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:83
#: ckanext/odsh/assets/odsh_image-upload.js:83
#: ckanext/odsh/templates/macros/form.html:564
msgid "Image"
msgstr "Bild"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:90
#: ckanext/odsh/assets/odsh_image-upload.js:90
msgid "Upload a file on your computer"
msgstr "Hochladen einer Datei auf Ihren Computer"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:115
#: ckanext/odsh/fanstatic/odsh_image-upload.js:186
#: ckanext/odsh/assets/odsh_image-upload.js:115
#: ckanext/odsh/assets/odsh_image-upload.js:186
#: ckanext/odsh/templates/organization/snippets/organization_form.html:19
#: ckanext/odsh/templates/package/snippets/resource_form.html:31
msgid "URL"
msgstr "URL"
#: ckanext/odsh/fanstatic/odsh_image-upload.js:125
#: ckanext/odsh/fanstatic/odsh_image-upload.js:221
#: ckanext/odsh/assets/odsh_image-upload.js:125
#: ckanext/odsh/assets/odsh_image-upload.js:221
msgid "File"
msgstr "Datei"
......
......@@ -112,7 +112,7 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
def update_config(self, config_):
toolkit.add_template_directory(config_, 'templates')
toolkit.add_public_directory(config_, 'public')
toolkit.add_resource('fanstatic', 'ckanext-odsh')
toolkit.add_resource('assets', 'ckanext-odsh')
def after_map(self, map):
return map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment