Skip to content

Commit

Permalink
Print mdpo version (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Dec 31, 2023
1 parent 412ce4a commit cf16835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/en-updates-to-translation-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Get repository
uses: actions/checkout@v4
- name: Install mdpo
run: pip install mdpo
run: |
pip install mdpo
md2po --version
- name: Create folder for files to be copied
run: mkdir _i18n/translation-files
- name: Create/update YAML file with short texts
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/translation-updates-to-main-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- run: git branch
- run: ls -al
- name: Install mdpo
run: pip install mdpo
run: |
pip install mdpo
po2md --version
- name: Set languages
id: lang-set
run: |
Expand Down

0 comments on commit cf16835

Please sign in to comment.