Skip to content

Commit cee5a21

Browse files
committed
[skip ci] Fix English .po source files
* msgstr fields should be empty * File extension should be .po
1 parent c39518a commit cee5a21

File tree

5 files changed

+675
-1269
lines changed

5 files changed

+675
-1269
lines changed

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)