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
2626CPYTHON_PATH := ./cpython
2727
2828LANGUAGE := el
29- TRANSLATION_BRANCH := main
3029BRANCH := 3.12
3130
3231EXCLUDED := 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
124123DESTS = $(addprefix $(POSPELL_TMP_DIR ) /,$(addsuffix .out,$(SRCS ) ) )
125124
Original file line number Diff line number Diff 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 <organizers@pygreece.org>\n "
1515"MIME-Version : 1.0\n "
You can’t perform that action at this time.
0 commit comments