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 a9950fa commit 158b08cCopy full SHA for 158b08c
Makefile
@@ -26,7 +26,7 @@ CPYTHON_CURRENT_COMMIT := 9cbde7c6ce6f7b93301a37f03dfa0c0d45e00a39
26
CPYTHON_PATH := ./cpython
27
28
LANGUAGE := el
29
-TRANLATION_BRANCH := main
+TRANSLATION_BRANCH := main
30
BRANCH := 3.12
31
32
EXCLUDED := whatsnew/ c-api/
@@ -119,7 +119,7 @@ wrap: ensure_prerequisites
119
@echo "Verify wrapping"
120
powrap --check --quiet *.po **/*.po
121
122
-SRCS = $(shell git diff --name-only $(TRANLATION_BRANCH) | grep '.po$$')
+SRCS = $(shell git diff --name-only $(TRANSLATION_BRANCH) | grep '.po$$')
123
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
124
DESTS = $(addprefix $(POSPELL_TMP_DIR)/,$(addsuffix .out,$(SRCS)))
125
0 commit comments