Difference between revisions of "User:TidB/wikitranslator"
m (updated) |
m (update) |
||
| Line 5: | Line 5: | ||
{{hatnote|[https://github.com/TidB/wikitranslator/releases/tag/v4 Download the latest version here!]}} | {{hatnote|[https://github.com/TidB/wikitranslator/releases/tag/v4 Download the latest version here!]}} | ||
| − | + | [[File:User TidB WT Screenshot.png|800px|thumb|wikitranslator on Windows 10. The article is translated into German.|right]] | |
| − | + | ||
| + | The '''wikitranslator''' is a tool that automatically translates common words, phrases and whole sentences in articles. This is especially useful for huge content updates with many page that can be translated much faster. | ||
=== Aren't automated translations "strictly prohibited"? === | === Aren't automated translations "strictly prohibited"? === | ||
| Line 12: | Line 13: | ||
== Features == | == Features == | ||
| − | |||
* Translations of the first sentence in item (set) pages as well as the optional sentences for community and promotional items. | * Translations of the first sentence in item (set) pages as well as the optional sentences for community and promotional items. | ||
| − | * Translation of wikilinks and Wikipedia links | + | ** Also includes set contents, update history, levels, categories and flags as well as thumbnail descriptions. |
| − | * Localization of sounds in quotations | + | * Translation of headings |
| − | * Translation of {{tl|Main}} and {{tl|See also}} templates | + | * Automatic addition of {{code|<nowiki>{{DISPLAYTITLE}}</nowiki>}} |
| + | * These features are available if the option 'Use TF Wiki connection to improve translations' is selected: | ||
| + | ** Translation of wikilinks and Wikipedia links | ||
| + | ** Localization of sounds in quotations | ||
| + | ** Translation of {{tl|Main}} and {{tl|See also}} templates | ||
== Supported languages == | == Supported languages == | ||
| Line 66: | Line 70: | ||
# [http://python.org/downloads/ Install Python 3 or later]<br> | # [http://python.org/downloads/ Install Python 3 or later]<br> | ||
# [http://docs.python-requests.org/en/master/user/install/#install Install the 'requests' library] (installation instructions can be found there)<br> | # [http://docs.python-requests.org/en/master/user/install/#install Install the 'requests' library] (installation instructions can be found there)<br> | ||
| − | # [https://github.com/earwig/mwparserfromhell Install the 'mwparserfromhell' library] ( | + | # [https://github.com/earwig/mwparserfromhell Install the 'mwparserfromhell' library] (installation instructions are in the README below)<br><br> |
# [https://github.com/TidB/wikitranslator Download the sources] however you like (cloning the repo, downloading the {{code|.zip}}) and run {{code|gui.py}} | # [https://github.com/TidB/wikitranslator Download the sources] however you like (cloning the repo, downloading the {{code|.zip}}) and run {{code|gui.py}} | ||
| − | |||
| − | |||
Revision as of 20:20, 13 January 2019
| wikitranslator | Localization | Localization template |
The wikitranslator is a tool that automatically translates common words, phrases and whole sentences in articles. This is especially useful for huge content updates with many page that can be translated much faster.
Aren't automated translations "strictly prohibited"?
This rule does only apply on services like Google Translate which translate a text word for word; this script adds previously translated sentences to the text. Oh, and it's allowed anyway.
Features
- Translations of the first sentence in item (set) pages as well as the optional sentences for community and promotional items.
- Also includes set contents, update history, levels, categories and flags as well as thumbnail descriptions.
- Translation of headings
- Automatic addition of
{{DISPLAYTITLE}} - These features are available if the option 'Use TF Wiki connection to improve translations' is selected:
Supported languages
| Language | Translator |
|---|---|
Danish (da)
|
Faghetti V.2 |
German (de)
|
AgentBull, TidB |
Finnish (fi)
|
Zabidenu |
French (fr)
|
Nicolapps |
Italian (it)
|
Bandicoot0123 |
Korean (ko)
|
Themokey |
Dutch (nl)
|
CaptainCookieCrunch! |
Brazilian Portuguese (pt-br)
|
Muriloricci, Tark |
Russian (ru)
|
Pepsone |
Turkish (tr)
|
Cagrimanoka |
How do I add another language?
Read the localization page first. There are a lot of strings to add and sometimes it is a bit tricky. If you have any questions, feel free to contact me.
Download & installation
Windows
- Download either
wikitranslator.zip(faster startup time) orwikitranslator.exe(slower startup time) from the downloads page. - If you're using the
.zipdownload, extract it into some folder - Run
wikitranslator.exe
Other systems
- Install Python 3 or later
- Install the 'requests' library (installation instructions can be found there)
- Install the 'mwparserfromhell' library (installation instructions are in the README below)
- Download the sources however you like (cloning the repo, downloading the
.zip) and rungui.py