We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09ccce commit d1cb960Copy full SHA for d1cb960
1 file changed
.github/scripts/checkTranslation.py
@@ -12,7 +12,7 @@ def normalize(s: str) -> str:
12
# -----------------------------
13
# PO FILE CHECK
14
15
-def checkP(path: str) -> float:
+def checkPo(path: str) -> float:
16
# Parse PO file using polib
17
po = polib.pofile(path)
18
0 commit comments