docwhat/itsalltext

XML error when opening itsalltext settings

Closed this issue · 7 comments

Hello

I've noticed that I can't open IAT settings. When I try to open IAT settings a window pops up with the following message::

    Error de lectura XML: entidad no definida
    Ubicación: chrome://itsalltext/content/preferences.xul
    Número de línea 62, columna 13:            <label control="workingdir" value="&workingdir.label;" />
    ------------^

Which in my translation could be::

    Reading error XML: entity not defined
    Source: chrome://itsalltext/content/preferences.xul
    Line number 63, column 13: <label control="workingdir" value="&workingdir.label;" />

I'm using Itsalltext version 1.7.0 with firefox 20.0 (Mozilla Firefox for Ubuntu)

I can reproduce this error either in my profile and with a brand new profile.

ah. I think I screwed up the translation stuff. crud.

With a German (de_DE.UTF-8) Firefox I get this error:

XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: chrome://itsalltext/content/preferences.xul
Zeile Nr. 62, Spalte 13:
------------^

In English that's basically the same message as the one above.

@hmontoliu and @dennis-benzinger:

I am so very very sorry I shipped 1.7.0 with this bug. :-(

It should be fixed in 1.8.1 -- I added extra rules to my build steps to check for problems like this in the future.

You can download 1.8.1 right now via the addons version page. Please try it and see if it fixes the problem. :-(

If either one of you would be willing to add to the German or Spanish translations, I'd appreciate it.

I know just enough Spanish and German to recognize that google translate gives me crap. :-/

Ciao!

It is fixed in 1.8.1

Thanks!

I'll be glad to review those Spanish translations this weekend

@hmontoliu That's great! I whipped up some documentation on translating really quick (I'm sure its buggy). I hope it is helpful. Also, feel free to make suggestions or fixes.

Is there a easy way to test updated translations?

@dennis-benzinger Yup.

I just added instructions to the TRANSLATING.md file.