8000 Fix wrong Transifex project name · python/python-docs-ja@4e52073 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e52073

Browse files
committed
Fix wrong Transifex project name
1 parent a9fa475 commit 4e52073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ script:
5454
- if [ $(git status -s | wc -l) -eq 0 ]; then echo "no .pot file to update"; exit 0; fi
5555
- rm -rf .tx
5656
- sphinx-intl create-txconfig
57-
- sphinx-intl update-txconfig-resources --transifex-project-name=python-27 --locale-dir . --pot-dir pot
57+
- sphinx-intl update-txconfig-resources --transifex-project-name=python-36 --locale-dir . --pot-dir pot
5858
- tx push -s
5959
- git add .tx
6060
- git commit --message="Update .pot files and .tx/config"

0 commit comments

Comments
 (0)
0