Extension Manager:Localized Addon Text: Difference between revisions

Changed add=on to add-on-
(Finalised spec as per comments.)
(Changed add=on to add-on-)
Line 9: Line 9:
The first place is in the add-on's install.rdf file. The information here is used during install and by [https://addons.mozilla.org addons.mozilla.org]. This information is only present in one locale.
The first place is in the add-on's install.rdf file. The information here is used during install and by [https://addons.mozilla.org addons.mozilla.org]. This information is only present in one locale.


The second place is in a localizable property e.g. <tt>extensions.<add-on id>.name</tt>. This can be used in the application after an extension is installed and is used in preference to the previous place since it is fully localizable, however these properties are only available when the add=on is installed and enabled.
The second place is in a localizable property e.g. <tt>extensions.<add-on id>.name</tt>. This can be used in the application after an extension is installed and is used in preference to the previous place since it is fully localizable, however these properties are only available when the add-on is installed and enabled.


== New Requirements ==
== New Requirements ==