Skip to content

Commit

Permalink
Fixed Google
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinflower committed Jul 27, 2019
1 parent 0917e44 commit fe41cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exe/TranslationWindows/HttpWindows/GoogleWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GoogleWindow::GoogleWindow() : HttpWindow(L"Google", L"http://translate.google.c
#ifndef TKK
path = L"/translate_a/single?client=gtx&dt=t&sl=%hs&tl=%hs&ie=UTF-8&oe=UTF-8&q=%s";
#else
path = L"/translate_a/single?client=t&dt=t&sl=%hs&tl=%hs&ie=UTF-8&oe=UTF-8&tk=%hs&q=%s";
path = L"/translate_a/single?client=webapp&dt=t&sl=%hs&tl=%hs&ie=UTF-8&oe=UTF-8&tk=%hs&q=%s";
#endif
port = 443;
dontEscapeRequest = true;
Expand Down
2 changes: 1 addition & 1 deletion shared/Shrink.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

// Simple way of ensuring a clean build before release.
#define APP_NAME L"Translation Aggregator"
#define APP_VERSION L"2019.07.15 r192 (Unofficial)"
#define APP_VERSION L"2019.07.28 r193 (Unofficial)"

#define HTTP_REQUEST_ID L"TRAG/" APP_VERSION

Expand Down

0 comments on commit fe41cb3

Please sign in to comment.