diff --git a/buildout.cfg b/buildout.cfg index 2d918f7..c893dfe 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -43,19 +43,19 @@ recipe = collective.recipe.template output = ${buildout:bin-directory}/update_translations input = inline: #!/usr/bin/env bash - + DOMAIN="plone.app.discussion" BASE_PATH=${buildout:directory}/plone/app/discussion I18NDUDE=${buildout:bin-directory}/i18ndude - + $I18NDUDE rebuild-pot --pot $BASE_PATH/locales/$DOMAIN.pot --create "$DOMAIN" $BASE_PATH* $I18NDUDE rebuild-pot --pot $BASE_PATH/i18n/plone.pot --create "plone" $BASE_PATH/profiles/ for LANG in `find $BASE_PATH/locales -maxdepth 1 -mindepth 1 -type d \ - | sed -e "s/.*locales\/\(.*\)$/\1/"`; do + | sed -e "s/.*locales\/\(.*\)$/\1/"`; do $I18NDUDE sync --pot $BASE_PATH/locales/$DOMAIN.pot $BASE_PATH/locales/de/LC_MESSAGES/$DOMAIN.po msgfmt --no-hash -o $BASE_PATH/locales/$LANG/LC_MESSAGES/$DOMAIN.mo $BASE_PATH/locales/$LANG/LC_MESSAGES/$DOMAIN.po - + $I18NDUDE sync --pot $BASE_PATH/i18n/plone.pot $BASE_PATH/i18n/plone-$LANG.po msgfmt --no-hash -o $BASE_PATH/i18n/plone-$LANG.mo $BASE_PATH/i18n/plone-$LANG.po done diff --git a/docs/README.txt b/docs/README.txt index e07e9b4..58475f7 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -1,2 +1,2 @@ -For developers documentation on plone.app.discussion, see +For developers documentation on plone.app.discussion, see http://packages.python.org/plone.app.discussion. \ No newline at end of file diff --git a/jenkins.cfg b/jenkins.cfg index 209b2f4..f5b0907 100644 --- a/jenkins.cfg +++ b/jenkins.cfg @@ -5,11 +5,11 @@ extends = https://raw.github.com/plone/buildout.jenkins/master/jenkins-code-analysis.cfg jenkins-test-eggs = plone.app.discussion [test] jenkins-test-directories = plone/app/discussion -parts += +parts += flake8 code-analysis extensions = mr.developer -auto-checkout = +auto-checkout = plone.recipe.codeanalysis collective.xmltestreport @@ -22,7 +22,7 @@ entry-points = flake8=flake8.main:main recipe = plone.recipe.codeanalysis [sources] -plone.recipe.codeanalysis = git git://github.com/tisto/plone.recipe.codeanalysis.git pushurl=git@github.com:tisto/plone.recipe.codeanalysis.git +plone.recipe.codeanalysis = git git://github.com/tisto/plone.recipe.codeanalysis.git pushurl=git@github.com:tisto/plone.recipe.codeanalysis.git collective.xmltestreport = git git://github.com/collective/collective.xmltestreport.git [versions] diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index 0348f33..979b8bf 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -114,7 +114,7 @@ /> - +