diff --git a/README.md b/README.md index b88e4f2..72f97f6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![How it looks](screenshot.png) -[Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) +[Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ไทย](README_TH.md) **Textractor** (a.k.a. NextHooker) is an open-source x86/x64 video game text hooker for Windows/Wine based off of [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).
Watch the [tutorial video](https://tinyurl.com/textractor-tutorial) for a quick rundown on using it. @@ -65,6 +65,7 @@ If you're on this list and want your link changed let me know. - Russian translation by [TokcDK](https://github.com/TokcDK) - Indonesian translation by [Hawxone](https://github.com/Hawxone) - Portuguese translation by [TsumiHokiro](https://github.com/TsumiHokiro) +- Thai translation by [azmadoppler](https://github.com/azmadoppler) - ITHVNR updated by [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), and [IJEMIN](https://github.com/IJEMIN) - ITHVNR originally made by [Stomp](http://www.hongfire.com/forum/member/325894-stomp) - VNR engine made by [jichi](https://archive.is/prJwr) diff --git a/deploy.ps1 b/deploy.ps1 index 1ca8021..e23f384 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -14,6 +14,7 @@ foreach ($language in @{ TURKISH="Turkish"; INDONESIAN="Indonesian"; PORTUGUESE="Portuguese"; + THAI="Thai"; }.GetEnumerator()) { $folder = "Textractor-$($language.Value)-$version"; diff --git a/installer.iss b/installer.iss index ced3195..1b4b305 100644 --- a/installer.iss +++ b/installer.iss @@ -22,6 +22,7 @@ Name: "tu"; MessagesFile: "compiler:Languages\Turkish.isl" Name: "sc"; MessagesFile: "compiler:Languages\Unofficial\ChineseSimplified.isl" Name: "id"; MessagesFile: "compiler:Languages\Unofficial\Indonesian.isl" Name: "pt"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl" +Name: "th"; MessagesFile: "compiler:Languages\Unofficial\Thai.isl" [Files] @@ -33,3 +34,4 @@ Source: "Builds\Textractor-Turkish-{#VERSION}\*"; DestDir: "{app}"; Languages: t Source: "Builds\Textractor-Simplified-Chinese-{#VERSION}\*"; DestDir: "{app}"; Languages: sc; Flags: recursesubdirs ignoreversion Source: "Builds\Textractor-Indonesian-{#VERSION}\*"; DestDir: "{app}"; Languages: id; Flags: recursesubdirs ignoreversion Source: "Builds\Textractor-Portuguese-{#VERSION}\*"; DestDir: "{app}"; Languages: pt; Flags: recursesubdirs ignoreversion +Source: "Builds\Textractor-Thai-{#VERSION}\*"; DestDir: "{app}"; Languages: th; Flags: recursesubdirs ignoreversion