Skip to content

Commit 2662627

Browse files
authored
Merge pull request #866 from parente/fix-en-po
More translation fixes
2 parents c39518a + b7e7015 commit 2662627

File tree

7 files changed

+680
-1270
lines changed

7 files changed

+680
-1270
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tx-en: ## rebuild en locale strings and push to master (req: GH_TOKEN)
7777
@cd docs && sphinx-intl update -p _build/gettext -l en
7878

7979
@git add docs/locale/en
80-
@git commit -m "Update en source strings for $$TRAVIS_COMMIT"
80+
@git commit -m "[ci skip] Update en source strings (build: $$TRAVIS_JOB_NUMBER)"
8181

8282
@git remote add origin-tx https://$${GH_TOKEN}@github.com/jupyter/docker-stacks.git
8383
@git push -u origin-tx master

base-notebook/hooks/post_checkout

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
if [[ "$COMMIT_MSG" = *"skip ci"* || "$COMMIT_MSG" = *"ci skip"* ]]; then
3+
exit 1;
4+
fi

docs/.tx/config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ type = PO
99

1010
[jupyter-docker-stacks-1.maintaining-po--master]
1111
file_filter = locale/<lang>/LC_MESSAGES/maintaining.po
12-
source_file = locale/en/LC_MESSAGES/maintaining.pot
12+
source_file = locale/en/LC_MESSAGES/maintaining.po
1313
source_lang = en
1414
type = PO
1515

1616
[jupyter-docker-stacks-1.index-po--master]
1717
file_filter = locale/<lang>/LC_MESSAGES/index.po
18-
source_file = locale/en/LC_MESSAGES/index.pot
18+
source_file = locale/en/LC_MESSAGES/index.po
1919
source_lang = en
2020
type = PO
2121

2222
[jupyter-docker-stacks-1.contributing-po--master]
2323
file_filter = locale/<lang>/LC_MESSAGES/contributing.po
24-
source_file = locale/en/LC_MESSAGES/contributing.pot
24+
source_file = locale/en/LC_MESSAGES/contributing.po
2525
source_lang = en
2626
type = PO
2727

0 commit comments

Comments
 (0)