I've translated the latest FAQ module into german (using poedit 1.4.1) and experienced several problems:

1. The faq-module.pot contain line breaks within strings so poedit will cut the string. Removing the line breaks so that the whole string is wihtin an line helps.

Maybe the next error are results of the modifications due to the error above:

2. There are several strings that do not appear in the translation language although there is a language specific string (the english string is shown although there is a german string:
- for example the question listing style dropdown options (ordered/unorderd list) in the questions page of the faq settings (the same ones in the category listing style works
- The string 'This enables the display of links under the answer text on the faq page. Examples of these links include "Read more", "Add comment".' will never show translated

I can provide the de.po if needed.

CommentFileSizeAuthor
#6 de.po19.49 KBFrankT
#2 de.po19.48 KBFrankT

Comments

stella’s picture

Status: Active » Fixed

I've updated the faq-module.pot file so it shouldn't contain any more line breaks. Thanks!

You can get the new file in the next dev release (available in next 12 hours) or from CVS, e.g. http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/faq/transla...

Please try out the new file and see if it fixes your problems. It'd also be great if you could send me on the de.po file so I can test and include it in the faq distribution.

Cheers,
Stella

FrankT’s picture

StatusFileSize
new19.48 KB

Hi Stella,

the line breaks were OK now, so #1 of this bug report is fixed.

The second dash of #2 is fixed, too.

The only problem that is left is the first dash on #2: Going to http://localhost/?q=admin/settings/faq/questions, the drop-down list still offers 'unordered list' and 'ordered list', although these strings have been translated.

I'll append my latest de.po to this post, you may use it in any way you want. Just one thing that is left: where do I find the string 'Home'?

Thanks so far!

Frank

stella’s picture

Hi,

If you use the latest faq.module from CVS, the untranslated ordered/unordered strings should be translated. There were missing t() calls.

There's a "Home" string in the faq.module on lines 289 and 802.

Thanks for the de.po file!

Cheers,
Stella

FrankT’s picture

Hi Stella,

I will not be able to check the ordered/unordered strings once more until friday.

Regarding the home strings I should know on which web pages the string appears because there are several translations possible.

Frank

stella’s picture

It appears in the breadcrumbs on both faq nodes and the generated faq pages.

Cheers,
Stella

FrankT’s picture

StatusFileSize
new19.49 KB

Hi Stella,

the german translation is finished, see atached de.po.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

stella’s picture

Released in faq 6.x-1.7.

Cheers,
Stella