MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / repl

Function repl

Scripts/ButSystem.py:2740–2754  ·  view source on GitHub ↗

repl. Route handler or application helper. This docstring was expanded to make future maintenance easier. Args: m: Parameter. Returns: Varies.

(m)

Source from the content-addressed store, hash-verified

2738 "By": "Από",
2739 "Text": "Κείμενο",
2740 "Search groups...": "Αναζήτηση ομάδων..."
2741})
2742
2743# Keep reverse map in sync for EL -> EN toggling
2744for _en, _el in TRANSLATIONS_EL.items():
2745 TRANSLATIONS_EN.setdefault(_el, _en)
2746
2747# --- Fallback word-level translation (best-effort) ----------------------------
2748# This helps cover stray UI strings that weren't explicitly listed in TRANSLATIONS_EL.
2749# We keep it conservative and only apply it to plain text nodes (between > and <),
2750# not inside scripts/styles/attributes.
2751
2752_WORD_MAP_EL = {
2753 "Theme": "Θέμα",
2754 "Language": "Γλώσσα",
2755 "Back": "Πίσω",
2756 "Home": "Αρχική",
2757 "Settings": "Ρυθμίσεις",

Callers

nothing calls this directly

Calls 1

_apply_phrase_mapFunction · 0.70

Tested by

no test coverage detected