Skip to content

Commit

Permalink
[ADD] transifex support
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Mar 12, 2017
1 parent 89fcc12 commit 7ff1eb9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ python:
- "2.7"

env:
- VERSION="9.0" LINT_CHECK="1"
- VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
global:
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: JGL9PA0YOBXP9eHc5lnvwtynxVXwF8AZEVJNm/dx5zeOFvqow2siQFsOoETeLCDemvsaBjhnx0xqfyhunuHmynCqIrPzsQa91D2rlKcPRIFA4KR64KuOH/081CS8M+HWT9hHuthuiZYGlhjQ1+X4KfCW2VkfCRyP7M1f7j+GHHI=
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"

virtualenv:
system_site_packages: true
Expand All @@ -32,4 +38,4 @@ script:
- travis_run_tests

after_success:
coveralls
- travis_after_tests_success
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


Odoo Dutch localization project
===============================

Expand All @@ -23,3 +25,8 @@ addon | version | summary
[l10n_nl_xaf_auditfile_export](l10n_nl_xaf_auditfile_export/) | 8.0.1.0.0 (unported) | Export XAF auditfiles for Dutch tax authorities

[//]: # (end addons)

Translation status
------------------

[![Transifex Status](https://www.transifex.com/projects/p/OCA-l10n-netherlands-9-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-l10n-netherlands-9-0)

0 comments on commit 7ff1eb9

Please sign in to comment.