Skip to content

Commit ee40e85

Browse files
committed
Merge branch 'codex/docling-281' into development
2 parents 7363ab2 + 8208898 commit ee40e85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/glossapi/scripts/openarchives_hf_refresh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def _refresh_readme(readme_text: str, *, total_docs: int, needs_ocr_docs: int) -
108108
(r"pretty_name:\s*OpenArchives\.gr [^\n]+", f"pretty_name: {title_text}"),
109109
(r"# OpenArchives\.gr [^\n]+", f"# {title_text}"),
110110
(
111-
r"- Σύνολο markdown αρχείων: \*\*[0-9,]+\*\* from openarchives\.gr",
112-
f"- Σύνολο markdown αρχείων: **{total_docs:,}** from openarchives.gr",
111+
r"- Σύνολο markdown αρχείων: \*\*[0-9,]+\*\* (?:from|από) openarchives\.gr",
112+
f"- Σύνολο markdown αρχείων: **{total_docs:,}** από openarchives.gr",
113113
),
114114
(
115115
r"- Total markdown files: \*\*[0-9,]+\*\* from openarchives\.gr",

0 commit comments

Comments
 (0)