GRM-61: refactor: separate GRM and CI translations with validation

This commit is contained in:
2026-06-22 12:13:58 +00:00
parent 1e04d38d59
commit c9c46e88ac
27 changed files with 1618 additions and 711 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from pathlib import Path
import click
from gitea_runner_manager.i18n import _
from scripts.i18n import _
REPO_ROOT = Path(__file__).resolve().parent.parent.parent
DOCS_DIR = REPO_ROOT / "docs"