Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ci-translation-check part #22

Open
Gomez opened this issue Aug 12, 2016 · 0 comments
Open

Add ci-translation-check part #22

Gomez opened this issue Aug 12, 2016 · 0 comments

Comments

@Gomez
Copy link
Member

Gomez commented Aug 12, 2016

For the CI Server:

[ci-translation-check]
recipe = collective.recipe.template
mode = 775
input = inline:
    #!/bin/bash
    ./bin/i18nize-webapp
    test_webapp=$(/usr/bin/msggrep -v -T -e "." src/starzel.theme/src/starzel/theme/locales/de/LC_MESSAGES/starzel.theme.po)
    if [[ $test_webapp ]]; then
        echo "Missing translations in starzel.theme.po"
        exit 1
    fi
output = ${buildout:bin-directory}/ci-translation-check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant