| localize the initial description for Moz family extensions |
|
|
| Written by Goofy | |
| Thursday, 29 September 2005 | |
|
This short tutorial is dedicated to those who already know basics about editing and localizing an extension for Gecko-engined apps : Firefox, Thunderbird, Mozilla. It entirely comes from an article of mozillaZine Knowledge Base
|---install.rdf folder to create file to create 2) Write this line in prefs.js file: pref("extensions.{616f2aa8-9674-4009-90de-94ce4ea9d29a}.description", "chrome://tournicoti/locale/tournicoti.properties"); ...where the red string is the extension ID number that you can copy/paste from the install.rdf If you used a pseudo-mail address as id for your extension, remove the special brackets, it should be something like: pref("extensions.
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
.description", "chrome://tournicoti/locale/tournicoti.properties"); 3) Write this line in tournicoti.properties file: extensions.{616f2aa8-9674-4009-90de-94ce4ea9d29a}.description = An extension that makes you dizzy. or extensions.
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
.description= An extension that makes you dizzy. |
|
| Last Updated ( Wednesday, 27 June 2007 ) |








