Skip to content

Commit

Permalink
finish integrating thai translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Oct 2, 2019
1 parent 61f6776 commit 07bd54d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).<br>
Watch the [tutorial video](https://tinyurl.com/textractor-tutorial) for a quick rundown on using it.
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ foreach ($language in @{
TURKISH="Turkish";
INDONESIAN="Indonesian";
PORTUGUESE="Portuguese";
THAI="Thai";
}.GetEnumerator())
{
$folder = "Textractor-$($language.Value)-$version";
Expand Down
2 changes: 2 additions & 0 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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

0 comments on commit 07bd54d

Please sign in to comment.