From c9cefda9f083672c8e90c63a131b26b7812a7d14 Mon Sep 17 00:00:00 2001 From: Yuchen <116278150+Yuchenjimmy@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:46:41 +0800 Subject: [PATCH] Add changelog. --- changelog/other.6612.md | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 changelog/other.6612.md diff --git a/changelog/other.6612.md b/changelog/other.6612.md new file mode 100644 index 0000000000..3353619339 --- /dev/null +++ b/changelog/other.6612.md @@ -0,0 +1,56 @@ +(#6612) Add missing translation entries and Tweak existing strings. + +**lua/ui/dialogs/createunit.lua** + +Fix syntex error for Toggle Economy tooltip in spawn filter. + +`_tipToggle Economy units`=>`Toggle Economy units` + +Add LOC entries for following options: + +``` +Count +Veterancy +Rotation +Count +Rotation +Scatter +Filter Preset +Save +Save current filter as preset +Delete +Delete current filter preset +Clear All +Clear all filters +``` + +**lua/ui/lobby/changelog.lua** + +Add LOC entries for following options: + +``` +Github +Patchnotes +Report a bug +``` + +**lua/ui/lobby/lobby.lua** + +Add LOC entries for following options: + +`Snowflakes count` + +**lua/ui/lobby/lobbyOptions.lua** + +Add LOC entries for following options: + +``` +Disconnection delay +Sets the disconnect delay when a player has trouble connecting. +Tournament +The eject delay is set to 10 seconds and after 90 seconds the player is ejected automatically. +Quick +The eject delay is set to 30 seconds and after 90 seconds the player is ejected automatically. +Regular +The eject delay is set to 90 seconds and after 180 seconds the player is ejected automatically. +```