Extension Manager:Localized Addon Text: Difference between revisions

m
User:Mossop:Fx-Docs:LocalizedAddonText moved to Extension Manager:Localized Addon Text: Moving out of my user area to somewhere more sensible
(Finalised spec as per comments.)
m (User:Mossop:Fx-Docs:LocalizedAddonText moved to Extension Manager:Localized Addon Text: Moving out of my user area to somewhere more sensible)
 
(One intermediate revision by one other user not shown)
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 ==
canmove, Confirmed users
1,567

edits