
| Language | Translator/Coordinator | User Interface |
|---|---|---|
| AndreUlrich - overall coordinator | ||
| Bulgarian | KrassimirBerov | BulgarianTranslation |
| Chinese | CheDong | |
| Czech | IvanKuncl | CzechTranslation |
| Danish | SteffenPoulsen | |
| Dutch | ArthurClemens | |
| Finnish | HeikkiToivonen | FinnishTranslation |
| French | BenVoui | FrenchTranslation Discussion (in french) |
| German | AndreUlrich | GermanTranslation |
| Italian | MassimoMancini | ItalianTranslation |
| Japanese | KenYuminaga | JapaneseTranslation \ JapaneseTemplateTranslation |
| Korean | KoreanTranslation | |
| Polish | ZbigniewKulesza | PolishTranslation |
| Portuguese | AntonioTerceiro, CarlinhosCecconi | PortugueseTranslation |
| Russian | AndreyTkachenko, SergejZnamenskij, SergeyJSinx, AlexTananaev |
RussianTranslation |
| Spanish | SebastianKlus, WillNorris, MiguelABayona | SpanishTranslation Support.TWikiInSpanish |
| Swedish | ErikAman | SwedishTranslation |
| Name | Type | Size | Values | Tooltip message |
|---|---|---|---|---|
| Origin | text | 50 | Web . Topic (of the original topic) | |
| Revision | text | 10 | Revision of original topic (point in time of translation) | |
| Language | text | 2 | Language (of this topic) |
%META:TRANSLATION{origin="Web.OriginalTopic" language="de" revision="13"}%
To show all avaiable languages of a specific topic, WebLeftBar can be augmented with this simple SEARCH:
%SEARCH{
search="FORM.*name\=.*TWiki.TranslationForm"
topic="%INCLUDINGTOPIC%"
web="%INCLUDINGWEB%"
scope="text"
nosummary="on"
nototal="on"
nosearch="on"
type="regex"
header="----$n * <b>Languages</b>"
format="$percntSEARCH{
search=\"FORM.*name\=.*TWiki.TranslationForm;FIELD.*name\=.*Origin;value\=.*$formfield(Origin)\"
web=\"all\"
regex=\"on\"
scope=\"text\"
nosearch=\"on\"
nototal=\"on\"
format=\"<a href='$dollartopic'><img src='%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/flag_$dollarformfield(Language).png' width='21' height='14' border='0'></a>\"
}$percnt"
}%
(This example relies on flag images attached to TWikiDocGraphics.)
Example in the Sandbox-Web: Sandbox.EnglishPage1
Since a translation may go into a different web, I propose one web per language TWiki_de, TWiki_es, TWiki_fr and so on (maybe we have to allow underscores in web names for that)
And I like this idea as it leaves it up to every administrator to add a TWiki-language web or not.
Apart from that, I propose the use of flags in the translated topic to clearly mark references to topics that have not been translated yet. You can check it out at TWikiWebHome? . It is the spanish translation for TWiki.
-- SebastianKlus - 27 Apr 2008
Please refer to TranslationNote to see a possible solution for the previously discussed item.
-- SebastianKlus - 02 May 2008
Let's stick a moment to the proposed idea to include translated topics in a separate web, e.g. having a translated TWiki documentation. Technically, how could this be implemented? Like some kind of TWikiExtension? I tried to read into it but my IT-knowledge does not get so far and I already get stuck when the differences between Plugins, Addons and Contribs are discussed (see ReadmeFirst). On the other side I would like to make some experiments with what I translated and how it might work. Maybe someone can give me some help. Thanks.
-- SebastianKlus - 22 May 2008
I like to initialize a DocumentationTranslation by using the TopicTranslationsPlugin from AntonioTerceiro. There are some features missing, but it is a great start and we can improve while we are in the process later on. I already asked Peter to install the plugin.
-- AndreUlrich - 19 Jun 2008
André: I know that the following has more to do with Support, but I tried to install the plugin on Windows & Linux according to the instructions, but although activated in configure, the examples do not work. Did you accomplish to install it on another system?
-- SebastianKlus - 23 Jun 2008
Sebastian, I installed it from SVN on our Linux server TWiki 4.2 and it works like expected. Did not hear anything from Peter yet, maybe he also got problems?
-- AndreUlrich - 25 Jun 2008
Andre, I have it running to now. You have to make sure that the perl module I18N::AcceptLanguage is installed on your system. Worst is: It says so on the plugin-page. Shame on me!
-- SebastianKlus - 08 Jul 2008
I know it the following issue has been discussed previously, but if I understand correctly, the TopicTranslationsPlugin does not support translations of the topic title. But I believe this is important because it is of no use if a not english speaking person does have to go through english titles until finding a corresponding document.
I would therefore appreciate some additional feedback before starting off on the translations itself. In my personal opinion, I believe that the approach of Antonio's initial proposal (see above on this page or see rev. 36) is more user-friendly than using the TopicTranslationsPlugin, although it might request additional effort and configuration / implementation is not so easy.
-- SebastianKlus - 08 Jul 2008
Fine that you now have it running
Regarding the Topic names: This is just for the initial translation and should not the solution for time being. My intention is rather starting quickly and actually getting some translation done as looking for the perfect solution where additional programming is necessary for the first step. Renaming the topics later on will not be that hassle in my opinion.
More important is, that I looked over the existing documentation and find it in a rather bad state. I would like to hear opinions from translators on this issue before translation gets started.
-- AndreUlrich - 10 Jul 2008
Regarding the topic names, I agree to the extend that the possibility of translating them should be within the top 10 of the to-do-list
Regarding the state of the documentation, I believe that it basically reflects a TWiki that did not have a WYSIWYG-frontend for editing. So most of the documentation is still valid, but excludes the features that were added some time ago. And those features are the ones that especially new users will handle first.
-- SebastianKlus - 10 Jul 2008
| BasicForm | |
|---|---|
| TopicClassification | TWikiDeployment |
| TopicSummary | How to support translation of English TWiki pages into other languages |
| InterestedParties | PatrickHansmeier, ChristianKohl, MS, RichardDonkin, AntonioTerceiro, KarlheinzNolte, SebastianKlus |
| RelatedTopics | InternationalisationEnhancements, UserInterfaceLocalisation, LocalizationIsNeeded, GermanTranslation, TWikiInSpanish, SpanishTranslation, TraductionEnFrancais, PolishTranslation, FreeSkin, PortugueseTranslation, MultiLangPlugin |