Skip to content

Commit cf16835

Browse files
authored
Print mdpo version (#308)
1 parent 412ce4a commit cf16835

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/en-updates-to-translation-repo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Get repository
2020
uses: actions/checkout@v4
2121
- name: Install mdpo
22-
run: pip install mdpo
22+
run: |
23+
pip install mdpo
24+
md2po --version
2325
- name: Create folder for files to be copied
2426
run: mkdir _i18n/translation-files
2527
- name: Create/update YAML file with short texts

.github/workflows/translation-updates-to-main-repo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- run: git branch
3737
- run: ls -al
3838
- name: Install mdpo
39-
run: pip install mdpo
39+
run: |
40+
pip install mdpo
41+
po2md --version
4042
- name: Set languages
4143
id: lang-set
4244
run: |

0 commit comments

Comments
 (0)