Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f159f88

Browse files
authoredMay 16, 2025··
Regenerate all po files to bring up to date with cpython 3.14 (#612)
* Init 3.14 version, generate files and update makefile * Update files and translations * Update translations * Update translations * Minor update in contributing.md * Minor fix in glossary
1 parent 32cec13 commit f159f88

File tree

519 files changed

+48992
-31423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

519 files changed

+48992
-31423
lines changed
 

‎CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ To milestone που μπορείτε να συνεισφέρετε είναι τ
145145

146146
Τα εργαλεία που προτείνουμε να χρησιμοποιήσετε είναι το [VSCode](https://code.visualstudio.com/) ή το [Poedit](https://poedit.net/). Για το [VSCode](https://code.visualstudio.com/) μια χρήσιμη επέκταση είναι το [`gettext` extension](https://marketplace.visualstudio.com/items?itemName=mrorz.language-gettext). Αντίθετα, το [Poedit](https://poedit.net/) χρησιμοποιεί ένα καλύτερο περιβάλλον διεπαφής και δεν απαιτείται να ασχοληθεί ο χρήστης με τη δομή του αρχείου.
147147

148-
1. Επιβεβαιώστε ότι είστε στο 3.12 branch (πολύ σημαντικό βήμα για να αποφύγετε να ξεκινήσετε ένα branch από παλαιότερη έκδοση):
148+
1. Επιβεβαιώστε ότι είστε στο 3.14 branch (πολύ σημαντικό βήμα για να αποφύγετε να ξεκινήσετε ένα branch από παλαιότερη έκδοση):
149149

150150
```bash
151-
git checkout 3.12
151+
git checkout 3.14
152152
```
153153

154154
2. Δημιουργήστε ένα branch βασισμένο στο αρχείο που θα δουλέψετε. Για παράδειγμα, εάν δουλέυετε στο αρχείο library/ast.po το όνομα του branch θα μπορούσε να είναι:

‎Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
# from which we generated our po files. We use it here so when we
2222
# test build, we're building with the .rst files that generated our
2323
# .po files.
24-
CPYTHON_CURRENT_COMMIT := 973e2d3e29d4994bf01683e607d2a448d3d49f4f
24+
CPYTHON_CURRENT_COMMIT := d13d5fdf610a294a6c3dc125e0856fb7fdd41e49
2525

2626
CPYTHON_PATH := ./cpython
2727

2828
LANGUAGE := el
29-
BRANCH := 3.13
29+
BRANCH := 3.14
3030

3131
EXCLUDED := whatsnew/ c-api/
3232

0 commit comments

Comments
 (0)
Please sign in to comment.