From 6bac544c89d15ecc8a4c26f9db0afb2d2c7bc45b Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Wed, 19 Jun 2019 23:19:13 -0400 Subject: [PATCH] tie off i18n loose ends --- README.md | 8 ++++++-- README_PO.md | 3 +++ README_TU.md | 3 +++ deploy.ps1 | 1 + text.cpp | 4 ++-- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 README_PO.md create mode 100644 README_TU.md diff --git a/README.md b/README.md index c4dc33e7..c6c0a946 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_PO.md b/README_PO.md new file mode 100644 index 00000000..c0d5145c --- /dev/null +++ b/README_PO.md @@ -0,0 +1,3 @@ +# WIP + +## README not translated to Portuguese yet :( diff --git a/README_TU.md b/README_TU.md new file mode 100644 index 00000000..48e17e5d --- /dev/null +++ b/README_TU.md @@ -0,0 +1,3 @@ +# WIP + +## README not translated to Turkish yet :( diff --git a/deploy.ps1 b/deploy.ps1 index c732e003..f6ddbf8e 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -13,6 +13,7 @@ foreach ($language in @{ RUSSIAN="Russian"; TURKISH="Turkish"; INDONESIAN="Indonesian"; + PORTUGUESE="Portuguese"; }.GetEnumerator()) { $folder = "Textractor-$($language.Value)-$version"; diff --git a/text.cpp b/text.cpp index 4b056df6..5c54e005 100644 --- a/text.cpp +++ b/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; }();