Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiekNijland authored May 15, 2020
1 parent 3ed6277 commit c0ffa11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# CSGO-Translator
Simple C# CSGO chat translator


Ever wondered what your foreign language speaking teammates where trying to tell you?
Well wonder no more, because CSGO-Translator is here.

CSGO-Translator is a C# .NET WPF based tool that will automatically detect new chat messages, and translate them to English using Google Translate.

Expand Down Expand Up @@ -35,6 +33,6 @@ FEATURES:
5. Automatically checks for new chats, no need to refresh or anything.

CURRENT LIMITATIONS:
3. Might get a timeout from Google Translate under extreme use.
4. Won't display new message when an identical message has been sent recently (to avoid the Google Translate timeout).
5. Won't display chat messages on certain community servers because of different chat structures.
1. Might get a timeout from Google Translate under extreme use.
2. Won't display new message when an identical message has been sent recently (to avoid the Google Translate timeout).
3. Won't display chat messages on certain community servers because of different chat structures.

0 comments on commit c0ffa11

Please sign in to comment.