Extension talk:Translate

From MediaWiki.org
Jump to: navigation, search

The best place to get support is at translatewiki:Support


Start a new discussion

Contents

Thread titleRepliesLast modified
Questions about TranslateWiki and IMSLP113:57, 30 January 2012
Deleting pages marked for translation is not yet possible. 106:53, 2 August 2011
Translating de->en uses the wrong default language.122:44, 11 July 2011
Some questions622:43, 11 July 2011
(Solved) Own extensions122:38, 3 July 2011
(Solved) Description is terrible222:37, 3 July 2011

Questions about TranslateWiki and IMSLP

Q1: Does this extension offer automatic integration with TranslateWiki?
Q2: IMSLP has a lot of in-wiki translated text that as far as I knot it is handled in a non-standard way. Do you think it is feasible a port to Extension:Translate? Is there any big project that has undergone such migration already? Thanks!

Micru12:10, 30 January 2012

Q1: No. The extension provides the same functionality as in translatewiki.net, but without the community and infrastructure that translatewiki.net has. Translatewiki.net accepts only software projects, which adhere to the requirements open license and guarantee quick handling of i18n related issues.

Q2: Existing content needs to be ported manually. That is because Translate extension handles translatable pages in paragraph sized units and it can determine those automatically. And that is lot of work. You can always try it out with new content, and if it fits, start converting the old content gradually.

Nikerabbit13:57, 30 January 2012
 

Deleting pages marked for translation is not yet possible.

Hello,

I want to know how can I delete a page? Even with sql command line.

Thanks in advance.

93.10.134.25409:30, 19 July 2011

Should be possible with the latest code (that is compatible with MediaWiki 1.17 and trunk). It uses the job queue.

siebrand06:53, 2 August 2011
 

Translating de->en uses the wrong default language.

Hello,

we have a running Mediawiki in German language (de). Now we need to translate it into English(en). So I installed the Translation extension. But when I want to translate an article it seems to ignore the Default language:

grep 'wgLanguageCode' LocalSettings.php //$wgLanguageCode = "de"; $wgLanguageCode = "De";

(I tried both versions, no difference) so on the site:

 Spezial:Translate&group=page|test&language=en

are no untranslated parts. But on the german site

 Spezial:Translate&task=untranslated&group=page|I18n+test&language=de

it shows all the german parts as "not translated"

How can I set the Default-Language for the Translation extension. Or is there any other mistake?

93.186.202.309:57, 30 June 2011

This was recently implemented (rev:91796). Haven't looked into how to configure it and couldn't find a doc for it quickly. Ask in translatewiki:Special:Webchat and document, please.

siebrand22:44, 11 July 2011
 

Some questions

We maybe want to use MediaWiki and this extension to translate some of our software products. Therefore I have some questions:

  1. The result of an export from the wiki are plain text files, that can be configured by templates or something, right?
  2. Is there a watchlist for changed translations?
  3. What does "outdated" mean and how do you trigger it?
  4. Not all translators use English as language to translate from, some want to see e.g. the German translation. Is there a way to configure the language of the translation source per language?
  5. What about length limits of some texts?
  6. Can a user be limited to translate only some languages?

Thanks in advance, --Flominator 10:07, 3 May 2011 (UTC)

Flominator22:38, 3 July 2011

Q: "The result of an export from the wiki are plain text files, that can be configured by templates or something, right?

A: No. Whatever the translator enters as translation, is what is exported (unless you change the FFS to post process the translation).

siebrand22:30, 11 July 2011
 

Q: Is there a watchlist for changed translations?

A: No there is no watchlist. I know there should be some fancy stuff with RSS feeds, but I wasn't able to figure that out this quickly (don't use it myself). I use filtered RecentChanges and my own watchlist on which I put all pages that I create and edit.

siebrand22:34, 11 July 2011
 

Q: What does "outdated" mean and how do you trigger it?

A: Outdated is the "fuzzy" concept from gettext in Translate. It can be invoked manually by adding "!!FUZZY!!" in a translation page, and with a shell command extensions/Translate/scripts/fuzzy.php. translatewiki:Translating:Commit_MediaWiki_core may contain some interesting background information.

siebrand22:36, 11 July 2011
 

Q: Is there a way to configure the language of the translation source per language?

A: This was recently implemented (rev:91796). Haven't looked into how to configure it and couldn't find a doc for it quickly. Ask in translatewiki:Special:Webchat and document, please.

siebrand22:40, 11 July 2011
 

Q: Is it possible to set "max length" for strings?

A: No. Patches - with proper UI or configuration welcome - although UIs should allow considerably wider translated text than source texts.

siebrand22:42, 11 July 2011
 

Q: Can a user be limited to translate only some languages?

A: No, it's a wiki :). AGF is in effect.

siebrand22:43, 11 July 2011
 

(Solved) Own extensions

Well, it works, but how it works with extensions? I have a media.i18n.php in the folder extensions with the known structure:

$allMessages = array(
        'en' => array(
                'media_title'                   => 'Title',
                'media_author'                  => 'Author',
...

How can I use the Extension:Translate to display/translate their messages? --Jostar 08:41, 2 September 2009 (UTC)

Jostar22:37, 3 July 2011

Use the standard i18n format and see the configuration documentation about MediaWiki extension groups. – Nikerabbit 08:21, 19 June 2010 (UTC)

Nikerabbit22:38, 3 July 2011
 

(Solved) Description is terrible

The description is terrible and needs to be rewritten so the average user can understand what this extension does. What the hell is "in-wiki localisation"? Odessaukrain 01:48, 6 May 2008 (UTC)

Odessaukrain22:36, 3 July 2011

Best visit Betawiki: and read around a bit. It's great stuff ;) Siebrand 21:10, 7 August 2008 (UTC)

Siebrand22:36, 3 July 2011
 

I completely agree. I've been browsing this page for half an hour and still don't know what it really does. wtf. --77.118.160.76 18:35, 12 July 2009 (UTC)

77.118.160.7622:37, 3 July 2011
 
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox