I have checked the file multiple times and can't find an error...
messages.json:
{
"extName": {
"message": "Facebook Styler"
},
"extDescription": {
"message": "Gives the user options to customize the layout and to
give more functionality to Facebook."
},
"updatePA": {
"message": "Facebook Styler Updated"
},
...
}
There were 200 lines in the file...so I just posted these as an
example...
In the extensions page of chrome it shows up fine for English (the
default) and German...
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
> > To post to this group, send email to chromium-extensi...@chromium.org.
> > To unsubscribe from this group, send email to
> > chromium-extensions+unsubscr...@chromium.org<chromium-extensions%2Bunsubscr...@chromium.org>
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
> > <chromium-extensions%2Bunsubscr...@chromium.org<chromium-extensions%252Bunsubscr...@chromium.org>
"An error occurred: Cannot parse message.json file from uploaded
package."
I think this is because the file is supposed to be called
messages.json
I tried renaming it to message.json but I got an error from chrome
saying that it couldn't find the 'en' localization...
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
> > > > > <chromium-extensions%2Bunsubscr...@chromium.org<chromium-extensions%252Bunsubscr...@chromium.org>
> > <chromium-extensions%252Bunsubscr...@chromium.org<chromium-extensions%25252Bunsubscr...@chromium.org>
Colin
I took everything out and it still doesn't work...
This is all thats left
_locales/en/messages.json :
{
"name": {
"message": "Facebook Styler"
},
"description": {
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
The encoding had been set to 'UTF-8 Signature'
I changed this to 'UTF-8' and it works...
Also I tried changing the 'name' back to 'extName' and that broke it
again...just to let people know
> > > >>> <chromium-extensions%252Bunsubscr...@chromium.org<chromium-extensions%25252Bunsubscr...@chromium.org>
> > <chromium-extensions%25252Bunsubscr...@chromium.org<chromium-extensions%2525252Bunsubscr...@chromium.org>
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.