tie off i18n loose ends
This commit is contained in:
parent
38b6558ba7
commit
6bac544c89
@ -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)
|
||||
|
3
README_PO.md
Normal file
3
README_PO.md
Normal file
@ -0,0 +1,3 @@
|
||||
# WIP
|
||||
|
||||
## README not translated to Portuguese yet :(
|
3
README_TU.md
Normal file
3
README_TU.md
Normal file
@ -0,0 +1,3 @@
|
||||
# WIP
|
||||
|
||||
## README not translated to Turkish yet :(
|
@ -13,6 +13,7 @@ foreach ($language in @{
|
||||
RUSSIAN="Russian";
|
||||
TURKISH="Turkish";
|
||||
INDONESIAN="Indonesian";
|
||||
PORTUGUESE="Portuguese";
|
||||
}.GetEnumerator())
|
||||
{
|
||||
$folder = "Textractor-$($language.Value)-$version";
|
||||
|
4
text.cpp
4
text.cpp
@ -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";
|
||||
@ -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;
|
||||
}();
|
||||
|
Loading…
Reference in New Issue
Block a user