We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d3ed4 commit fc56732Copy full SHA for fc56732
2 files changed
.github/workflows/switcher-requirements-progress.yml
@@ -76,7 +76,7 @@ jobs:
76
exit 1
77
fi
78
79
- if ! grep -q "# tutorial (100% done)" ../potodo-results.txt; then
+ if ! grep -q "# tutorial (100.00% done)" ../potodo-results.txt; then
80
echo "tutorial/* is not fully translated"
81
82
README.md
@@ -0,0 +1,9 @@
1
+# switcher-progress
2
+
3
+This repository contains a workflow for verifying that a translation meets the
4
+PEP 545 language switcher requirements.
5
6
+It can be run from the
7
+[Actions tab](https://github.com/StanFromIreland/switcher-progress/actions/workflows/switcher-requirements-progress.yml)
8
+by selecting "Run workflow" and specifying the translation's language code (e.g.
9
+`pl` or `ro`).
0 commit comments