Skip to content

Commit

Permalink
Add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuchenjimmy authored Jan 12, 2025
1 parent be0c6da commit c9cefda
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions changelog/other.6612.md
Original file line number Diff line number Diff line change
@@ -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.

`<LOC spawn_filter_build_eco>_tipToggle Economy units`=>`<LOC spawn_filter_build_eco_tip>Toggle Economy units`

Add LOC entries for following options:

```
<LOC spawn_filter_count>Count
<LOC spawn_filter_veterancy>Veterancy
<LOC spawn_filter_rotation>Rotation
<LOC spawn_filter_count>Count
<LOC spawn_filter_rotation>Rotation
<LOC spawn_filter_scatter>Scatter
<LOC spawn_filter_preset>Filter Preset
<LOC spawn_filter_save>Save
<LOC spawn_filter_save_tip>Save current filter as preset
<LOC spawn_filter_delete>Delete
<LOC spawn_filter_delete_tip>Delete current filter preset
<LOC spawn_filter_clear>Clear All
<LOC spawn_filter_clear_tip>Clear all filters
```

**lua/ui/lobby/changelog.lua**

Add LOC entries for following options:

```
<LOC uilobby_0004>Github
<LOC uilobby_0005>Patchnotes
<LOC uilobby_0006>Report a bug
```

**lua/ui/lobby/lobby.lua**

Add LOC entries for following options:

`<LOC lobui_0447>Snowflakes count`

**lua/ui/lobby/lobbyOptions.lua**

Add LOC entries for following options:

```
<LOC lobui_0808>Disconnection delay
<LOC lobui_0809>Sets the disconnect delay when a player has trouble connecting.
<LOC lobui_0810>Tournament
<LOC lobui_0811>The eject delay is set to 10 seconds and after 90 seconds the player is ejected automatically.
<LOC lobui_0812>Quick
<LOC lobui_0813>The eject delay is set to 30 seconds and after 90 seconds the player is ejected automatically.
<LOC lobui_0814>Regular
<LOC lobui_0815>The eject delay is set to 90 seconds and after 180 seconds the player is ejected automatically.
```

0 comments on commit c9cefda

Please sign in to comment.