« Return to Thread: unknown entities in the locale dtd files

Re: unknown entities in the locale dtd files

by mohnader :: Rate this Message:

Reply to Author | View in Thread


Sorry, That was not the correct example. Look at the en-GB line 340
for example, you have
 pageStyleIcon.tooltip which is not in the original en-US file

340 <!ENTITY pageStyleIcon.tooltip             "Switch to an alternate
page style">

Actually when I run my program on all dtd files, I found on average
400 entities/language (repeated for all languages) that are not
defined in the en-US.

So are these entities deprecated ?




On Jun 13, 4:06 pm, Ricardo Palomares Martinez <rpm.PU...@...>
wrote:

> mohna...@... escribió:
>
>
>
> > Hi,
> > I am working on a UI testing application. I need to use thelocale
> > translationfiles. I found out that somedtdlocalefileshas
> >entitiesthat is not in the "en-US" originalfiles. I don't understand
> > why?
>
> > Here is an example:
> > Example file: l10n/en-GB/browser/chrome/browser/browser.dtd
> > lxr url:http://lxr.mozilla.org/l10n/source/en-GB/browser/chrome/browser/brows...
>
> > This file define translation for someentitieswhich is not in the
> > original file:
> > 347 <!ENTITY spellAddDictionaries.label "Add dictionaries...">
> > 348 <!ENTITY spellAddDictionaries.accesskey "A">
>
> > Original File: mozilla/browser/locales/en-US/chrome/browser/
> > browser.dtd
> > lxr url:http://lxr.mozilla.org/mozilla/source/browser/locales/en-US/chrome/br...
>
> They are defined indeed, or at least that's what I can see:
>
> http://lxr.mozilla.org/mozilla/source/browser/locales/en-US/chrome/br...
>
> Ricardo.
>
> --
> If it's true that we are here to help others,
> then what exactly are the OTHERS here for?


_______________________________________________
dev-i18n mailing list
dev-i18n@...
https://lists.mozilla.org/listinfo/dev-i18n

 « Return to Thread: unknown entities in the locale dtd files