Hi Fin, Error 1: The "messages" attribute is missing. The link you mention is not specifically on internationalization, please try: http://code.google.com/apis/gadgets/docs/i18n.html . Error 2: Look on the same page for "message fallback". It explains why you need a locale for ALL_ALL. (It means all languages and all countries if no specific loc/lang is mentioned). If you only have one language setting, you can use it as an ALL_ALL locale.
Good luck, Rik On Dec 6, 1:09 pm, MrFin <[email protected]> wrote: > Hi, > > I'm getting 2 errors when checking the code of my gadget. > > 1. > ERROR > Gadgets Specification > Missing required attribute(s) in <Locale>: messages. > > This is the locale - it looks correct and I cannot understand why it > is giving an error? > <Locale lang="en" country="gb" /> > (http://code.google.com/apis/gadgets/docs/ > reference.html#Moduleprefs_Ref) > > 2. > ERROR > Message bundles > There should be a locale for ALL_ALL. > Recommendation: > Add an ALL_ALL <Locale> tag. > > I don't understand this - it should be optional? > > Many thanks > MrFin -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
