Addon
Addon objects store translations for a single addon. Retrieve one with i18n.RegisterAddon or i18n.GetAddon.
Constructors
Instance Methods
string Addon:GetFallbackLanguage()Gets the fallback language code.
Addon:SetFallbackLanguage( string )Sets the fallback language code.
table Addon:GetTranslations()Gets the translations for this addon.
table Addon:AddTranslation( string, string )Adds a translation to the addon.