File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ CPYTHON_CURRENT_COMMIT := 9cbde7c6ce6f7b93301a37f03dfa0c0d45e00a39
26
26
CPYTHON_PATH := ./cpython
27
27
28
28
LANGUAGE := el
29
- TRANSLATION_BRANCH := main
30
29
BRANCH := 3.12
31
30
32
31
EXCLUDED := whatsnew/ c-api/
@@ -119,7 +118,7 @@ wrap: ensure_prerequisites
119
118
@echo " Verify wrapping"
120
119
powrap --check --quiet * .po ** /* .po
121
120
122
- SRCS = $(shell git diff --name-only $(TRANSLATION_BRANCH ) | grep '.po$$')
121
+ SRCS = $(shell git diff --name-only $(BRANCH ) | grep '.po$$')
123
122
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
124
123
DESTS = $(addprefix $(POSPELL_TMP_DIR ) /,$(addsuffix .out,$(SRCS ) ) )
125
124
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.12\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"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 "
13
13
"Last-Translator : Anastasios Louka <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
PyGreece <[email protected] >\n "
15
15
"MIME-Version : 1.0\n "
You can’t perform that action at this time.
0 commit comments