WoW:Localizing an addon: Difference between revisions

m
sp
mNo edit summary
m (sp)
Line 233: Line 233:
By using predefined, global names for skills you can change the skill on-the-fly as well as not have to care what the name actually is!  
By using predefined, global names for skills you can change the skill on-the-fly as well as not have to care what the name actually is!  


Do remember to keep rank and spell name seperate, however. This allows for easy integration with [[API GetSpellName|GetSpellName(spellID, "bookType")]].
Do remember to keep rank and spell name separate, however. This allows for easy integration with [[API GetSpellName|GetSpellName(spellID, "bookType")]].


=== Seperate localization code/variables from normal code ===
=== Separate localization code/variables from normal code ===


Usually, one file per language / locale is about right.  
Usually, one file per language / locale is about right.  
Anonymous user