i18n: add v0.6.0 strings for presets, pop-out input and hint banner

This commit is contained in:
2026-05-03 13:06:26 +02:00
parent 9e1f559644
commit acfe838bc6
6 changed files with 91 additions and 10 deletions
+3 -4
View File
@@ -144,10 +144,9 @@ internal class Popout : Window
if (Plugin.Config.SeenPopOutInputHint)
return 0f;
// Inline strings — i18n keys follow in Task 29 (Phase E).
const string hintText = "Neu in v0.6.0: Du kannst jetzt direkt im Pop-Out tippen. Master-Switch in den Fenster-Settings aktivieren.";
const string ackLabel = "Verstanden";
const string openLabel = "Tab-Settings öffnen";
var hintText = Resources.HellionStrings.Popout_v060_HintText;
var ackLabel = Resources.HellionStrings.Popout_v060_HintAck;
var openLabel = Resources.HellionStrings.Popout_v060_HintOpenSettings;
var startY = ImGui.GetCursorPosY();