Hi!

I've tried to translate this module into Russian but there's a problem I couldn't solve — all strings you can find there are translatable except the biggest one (BBCode Guide) which was skipped because "... it contains disallowed HTML". I tried to import that string manually only to see "The submitted string contains disallowed HTML" error occured. I thought there were misspellings I've made and did the new translation of this so-called "string" (>12K with spaces!) from scratch again... and again with all mark-up copied from source but the problem is still here — "The submitted string contains disallowed HTML". I don't know what to do. Please help me to help you with my translations.

PS My current root.po attached below.

CommentFileSizeAuthor
root.ru_.po41.76 KBIngumsky

Comments

crea’s picture

Huh ? Almost 1 year without answer ?

naudefj’s picture

Yes, it's completely unacceptable! Does anyone know how to fix it?

crea’s picture

Following link explains possible origin of this error. and allowed tags.
http://drupal.org/node/353908#comment-1233548
I noticed that translation contains font and div tags, which are not in the allowed tags list. Maybe it's the reason, but there could be more disallowed tags in that text.
Also, this whole block should be reworked according to translation best practices:

  • "\n" should be removed. You can just use next line character and it will work nicely in translator's interfaces.
  • Escaped quotes should be removed, where possible: to make unescaped quotes possible, you should use one type of quotes in t() function and another one in translation text.