Skip to content

Commit

Permalink
cn-ZH update
Browse files Browse the repository at this point in the history
  • Loading branch information
Just2good committed Aug 11, 2019
1 parent 5ecb057 commit f6539ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void MenuItem_Click(object sender, RoutedEventArgs e)

private void MenuItem_Click_About(object sender, RoutedEventArgs e)
{
MessageBox.Show("TFT Information Overlay V" + CurrentVersion + " by J2GKaze/Jinsoku#4019\n\nDM me on Discord if you have any questions\n\nLast Updated: August 1st, 2019 @ 8:06 PST", "About");
MessageBox.Show("TFT Information Overlay V" + CurrentVersion + " by J2GKaze/Jinsoku#4019\n\nDM me on Discord if you have any questions\n\nLast Updated: August 11th, 2019 @ 2:06AM PDT", "About");
}

private void MenuItem_Click_Credits(object sender, RoutedEventArgs e)
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TFT Overlay by J2GKaze (Discord: Jinsoku#4019)
# TFT Overlay by J2GKaze (Discord: Jinsoku#4019)
[TFT Discord Server link](https://discord.gg/KHMCRJA)

`7.14.2019 @ 2:56PM PST: Trying to add/fix multiple things at once seems to be slowing things down a bit. Once I finish everything I'm working on, I'll most likely stick to working on something 1 at a time. Also for people working on Localization, there are more strings you can copy from ItemStrings.xaml.
Expand All @@ -20,6 +20,10 @@
- [Click Here for instructions](https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md)

## Version History
- **8.01.2019**
- [2.0.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.5)
- Updated ch-ZN

- **8.01.2019**
- [2.0.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.4)
- Updated to 9.15 Hotfix #2
Expand Down
2 changes: 1 addition & 1 deletion Utilities/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.0.4";
public static string version = "2.0.5";
}
}
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.0.4";
public static string version = "2.0.5";
}
}

0 comments on commit f6539ee

Please sign in to comment.