Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repos:

- id: check-i18n-completeness
name: Check i18n completeness
entry: bash -c 'pybabel update -i messages.pot -d locale --check'
entry: bash -c 'pybabel update -i messages.pot -d locale && python scripts/check_i18n.py locale/*/LC_MESSAGES/messages.po'
language: system
types: [python]
stages: [pre-commit]
Expand Down
4 changes: 2 additions & 2 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ head:
"programmingLanguage": "Python",
"codeRepository": "https://github.com/piratf/windows-folder-remark",
"url": "https://piratf.github.io/windows-folder-remark/en/",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"offers": {
"@type": "Offer",
Expand All @@ -29,7 +29,7 @@ hero:
actions:
- theme: brand
text: Get Started
link: /guide/getting-started
link: /en/guide/getting-started
- theme: alt
text: GitHub
link: https://github.com/piratf/windows-folder-remark
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ head:
"programmingLanguage": "Python",
"codeRepository": "https://github.com/piratf/windows-folder-remark",
"url": "https://piratf.github.io/windows-folder-remark/",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"offers": {
"@type": "Offer",
Expand Down
Binary file modified locale/zh/LC_MESSAGES/messages.mo
Binary file not shown.
Loading