Skip to content

Commit 6810bfb

Browse files
committed
Fix more things
1 parent 02773ab commit 6810bfb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ CPYTHON_CURRENT_COMMIT := 9cbde7c6ce6f7b93301a37f03dfa0c0d45e00a39
2626
CPYTHON_PATH := ./cpython
2727

2828
LANGUAGE := el
29-
TRANSLATION_BRANCH := main
3029
BRANCH := 3.12
3130

3231
EXCLUDED := whatsnew/ c-api/
@@ -119,7 +118,7 @@ wrap: ensure_prerequisites
119118
@echo "Verify wrapping"
120119
powrap --check --quiet *.po **/*.po
121120

122-
SRCS = $(shell git diff --name-only $(TRANSLATION_BRANCH) | grep '.po$$')
121+
SRCS = $(shell git diff --name-only $(BRANCH) | grep '.po$$')
123122
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
124123
DESTS = $(addprefix $(POSPELL_TMP_DIR)/,$(addsuffix .out,$(SRCS)))
125124

tutorial/classes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2024-03-14 12:51+0000\n"
12-
"PO-Revision-Date: 2024-12-10 HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2024-12-10 12:00+0000\n"
1313
"Last-Translator: Anastasios Louka <EMAIL@ADDRESS>\n"
1414
"Language-Team: PyGreece <[email protected]>\n"
1515
"MIME-Version: 1.0\n"

0 commit comments

Comments
 (0)