Skip to content

Commit

Permalink
tie off i18n loose ends
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Jun 20, 2019
1 parent 38b6558 commit 6bac544
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -55,13 +55,17 @@ Finally, the GUI dispatches the text to extensions before displaying it.
## Developers

If you're on this list and want your link changed let me know.
- Textractor made by [Me](https://github.com/Artikash) and [DoumanAsh](https://github.com/DoumanAsh)
- Textractor mainly made by [Me](https://github.com/Artikash) with the help of
- [DoumanAsh](https://github.com/DoumanAsh)
- [Niakr1s](https://github.com/Niakr1s)
- [tinyAdapter](https://github.com/tinyAdapter)
- Spanish translation by [scese250](https://github.com/scese250)
- Turkish translation by niisokusu
- Simplified Chinese translation by [tinyAdapter](https://github.com/tinyAdapter)
- Russian translation by [TokcDK](https://github.com/TokcDK)
- Indonesian translation by [Hawxone](https://github.com/Hawxone)
- ITHVNR updated by [mireado](https://github.com/mireado) and [Eguni](https://github.com/Eguni)
- Portuguese translation by [TsumiHokiro](https://github.com/TsumiHokiro)
- 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)
- ITH updated by [Andys](https://github.com/AndyScull)
Expand Down
3 changes: 3 additions & 0 deletions README_PO.md
@@ -0,0 +1,3 @@
# WIP

## README not translated to Portuguese yet :(
3 changes: 3 additions & 0 deletions README_TU.md
@@ -0,0 +1,3 @@
# WIP

## README not translated to Turkish yet :(
1 change: 1 addition & 0 deletions deploy.ps1
Expand Up @@ -13,6 +13,7 @@ foreach ($language in @{
RUSSIAN="Russian";
TURKISH="Turkish";
INDONESIAN="Indonesian";
PORTUGUESE="Portuguese";
}.GetEnumerator())
{
$folder = "Textractor-$($language.Value)-$version";
Expand Down
4 changes: 2 additions & 2 deletions text.cpp
Expand Up @@ -494,7 +494,7 @@ Klik dan tarik pinggiran jendela untuk memindahkan, atau sudut kanan bawah untuk
CURRENT_FILTER = u8"Regex yang digunakan sekarang: %1";
#endif // INDONESIAN

#ifdef PORTUGUESE_BR
#ifdef PORTUGUESE
ATTACH = u8"Anexar ao Jogo";
LAUNCH = u8"Iniciar Jogo";
DETACH = u8"Desconectar do Jogo";
Expand Down Expand Up @@ -581,7 +581,7 @@ Esse arquívo deve ser codifícado em (UTF-16 little endian).)";
LINK = u8"Ligar";
THREAD_LINK_FROM = u8"Número do thread para ligar de";
THREAD_LINK_TO = u8"Número do thread para ligar para";
#endif // PORTUGUESE_BR
#endif // PORTUGUESE

return 0;
}();

0 comments on commit 6bac544

Please sign in to comment.