Skip to content

Commit d1cb960

Browse files
committed
Fixes checkPo function name in .GitHub/scripts/checkTranslation.py.
1 parent a09ccce commit d1cb960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/checkTranslation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def normalize(s: str) -> str:
1212
# -----------------------------
1313
# PO FILE CHECK
1414
# -----------------------------
15-
def checkP(path: str) -> float:
15+
def checkPo(path: str) -> float:
1616
# Parse PO file using polib
1717
po = polib.pofile(path)
1818

0 commit comments

Comments
 (0)