Skip to content

Commit 07bd54d

Browse files
committed
finish integrating thai translation
1 parent 61f6776 commit 07bd54d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![How it looks](screenshot.png)
44

5-
[Español](README_ES.md)[简体中文](README_SC.md)[日本語](README_JP.md)[Русский](README_RU.md)[Bahasa](README_ID.md)[Português](README_PT.md)
5+
[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)
66

77
**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>
88
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.
6565
- Russian translation by [TokcDK](https://github.com/TokcDK)
6666
- Indonesian translation by [Hawxone](https://github.com/Hawxone)
6767
- Portuguese translation by [TsumiHokiro](https://github.com/TsumiHokiro)
68+
- Thai translation by [azmadoppler](https://github.com/azmadoppler)
6869
- ITHVNR updated by [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), and [IJEMIN](https://github.com/IJEMIN)
6970
- ITHVNR originally made by [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
7071
- VNR engine made by [jichi](https://archive.is/prJwr)

deploy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ foreach ($language in @{
1414
TURKISH="Turkish";
1515
INDONESIAN="Indonesian";
1616
PORTUGUESE="Portuguese";
17+
THAI="Thai";
1718
}.GetEnumerator())
1819
{
1920
$folder = "Textractor-$($language.Value)-$version";

installer.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Name: "tu"; MessagesFile: "compiler:Languages\Turkish.isl"
2222
Name: "sc"; MessagesFile: "compiler:Languages\Unofficial\ChineseSimplified.isl"
2323
Name: "id"; MessagesFile: "compiler:Languages\Unofficial\Indonesian.isl"
2424
Name: "pt"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
25+
Name: "th"; MessagesFile: "compiler:Languages\Unofficial\Thai.isl"
2526

2627

2728
[Files]
@@ -33,3 +34,4 @@ Source: "Builds\Textractor-Turkish-{#VERSION}\*"; DestDir: "{app}"; Languages: t
3334
Source: "Builds\Textractor-Simplified-Chinese-{#VERSION}\*"; DestDir: "{app}"; Languages: sc; Flags: recursesubdirs ignoreversion
3435
Source: "Builds\Textractor-Indonesian-{#VERSION}\*"; DestDir: "{app}"; Languages: id; Flags: recursesubdirs ignoreversion
3536
Source: "Builds\Textractor-Portuguese-{#VERSION}\*"; DestDir: "{app}"; Languages: pt; Flags: recursesubdirs ignoreversion
37+
Source: "Builds\Textractor-Thai-{#VERSION}\*"; DestDir: "{app}"; Languages: th; Flags: recursesubdirs ignoreversion

0 commit comments

Comments
 (0)