Fix remaining German log messages: Panel registered, Listener active, sync all files to PROJECTS
- Fix sed $-anchor issue: 'Panel registriert' now replaced globally - Translate: Listener aktiv, Select-Handler, Closing-Hook, Doppelklick-Handler - Translate SPLASH messages: gesetzt/angewendet - Translate ALIAS-LOADER, WELCOME, ELEMENTE migration messages - Full rsync of all rhino/*.py to PROJECTS (previously partial sync missed schnitte.py, wand_grips.py, treppe_grips.py, text_editor.py, welcome.py etc.)
This commit is contained in:
+1
-1
@@ -469,7 +469,7 @@ def show_welcome(force=False):
|
||||
WICHTIG: UI muss auf Main-Thread laufen (Mac Cocoa) — Rhino-Idle-Event
|
||||
feuert dort, deshalb defern wir die Anzeige."""
|
||||
if not force and _has_optout():
|
||||
print("[WELCOME] optout aktiv ({}) — skip".format(_WELCOME_OPTOUT))
|
||||
print("[WELCOME] optout active ({}) — skip".format(_WELCOME_OPTOUT))
|
||||
return
|
||||
print("[WELCOME] geplant — Anzeige nach Splash (>{:.1f}s)".format(_SPLASH_MIN_DELAY_SEC))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user