Skip to content

Commit

Permalink
CN updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jtborn committed Mar 25, 2020
1 parent 01c4b26 commit 605d7c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
- [Click Here for instructions](https://github.com/jtborn/TFT-Overlay/blob/master/Localization.md)

## Version History
- **3.25.2020**
- [2.3.3](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.3.3)
- CN lang update for Set 3

- **3.23.2020**
- [2.3.2](https://github.com/jtborn/TFT-Overlay/releases/tag/V2.3.2)
- Set 3 Galaxies
Expand Down
4 changes: 2 additions & 2 deletions Resource/ClassOrigins.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<RowDefinition Height="30"/>
<RowDefinition Height="35"/>
<RowDefinition Height="30"/>
<RowDefinition Height="35"/>
<RowDefinition Height="50"/>
<RowDefinition Height="30"/>
<RowDefinition Height="50"/> <!-- DarkStar -->
<RowDefinition Height="30"/>
Expand Down Expand Up @@ -999,7 +999,7 @@
<!-- Void -->

<TextBlock Text="{DynamicResource Origins_Void}" Grid.Row="19" Grid.Column="0" FontSize="12" VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="LightGoldenrodYellow" FontWeight="Bold" TextWrapping="Wrap"/>
<TextBlock Grid.ColumnSpan="7"
<TextBlock Grid.ColumnSpan="9"
Grid.Row="19"
Grid.Column="1"
FontSize="12"
Expand Down
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
class Version
{
public static string version = "2.3.2";
public static string version = "2.3.3";
}
}

0 comments on commit 605d7c8

Please sign in to comment.