WoWInterface SVN SliceCommander

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Locale
    from Rev 240 to Rev 241
    Reverse comparison

Rev 240 → Rev 241

enUS.lua
186,4 → 186,9
L["CD Sound"] = true
L["On cooldown"] = true
L["Alert when the spell is ready to be used"] = true
L["Azerite Essence"] = true
\ No newline at end of file +L["Azerite Essence"] = true +L["Spell"] = true +L["Flash when ready"] = true +L["The bar will keep flashing when it should be use."] = true +L["Cooldown"] = true +L["Special settings"] = true \ No newline at end of file
ruRU.lua
186,4 → 186,9
L["CD Sound"] = "CD Sound"
L["On cooldown"] = "On cooldown"
L["Alert when the spell is ready to be used"] = "Alert when the spell is ready to be used"
L["Azerite Essence"] = "Azerite Essence"
\ No newline at end of file +L["Azerite Essence"] = "Azerite Essence" +L["Spell"] = "Spell" +L["Flash when ready"] = "Flash when ready" +L["The bar will keep flashing when it should be use."] = "The bar will keep flashing when it should be use." +L["Cooldown"] = "Cooldown" +L["Special settings"] = "Special settings" \ No newline at end of file
esES.lua
186,4 → 186,9
L["CD Sound"] = true
L["On cooldown"] = true
L["Alert when the spell is ready to be used"] = true
L["Azerite Essence"] = true
\ No newline at end of file +L["Azerite Essence"] = true +L["Spell"] = true +L["Flash when ready"] = true +L["The bar will keep flashing when it should be use."] = true +L["Cooldown"] = true +L["Special settings"] = true \ No newline at end of file
frFR.lua
186,4 → 186,9
L["CD Sound"] = "Son du CD"
L["On cooldown"] = "Au rechargement"
L["Alert when the spell is ready to be used"] = "Alerte quand le sort est près à être utilisé"
L["Azerite Essence"] = "Essence d'Azérite"
\ No newline at end of file +L["Azerite Essence"] = "Essence d'Azérite" +L["Spell"] = "Technique" +L["Flash when ready"] = "Flash quand disponible" +L["The bar will keep flashing when it should be use."] = "La barre clignotera lorsque la technique devrait être utilisée." +L["Cooldown"] = "Cooldown" +L["Special settings"] = "Options spéciales" \ No newline at end of file
spell.lua
189,11 → 189,12
 
 
SC_SPELL = {}
SC_SPELL_ICON = {}
 
--GLOBAL
for k, v in pairs(SC_SPELLID) do
if tonumber(v) ~= nil then
SC_SPELL[k] = GetSpellInfo(v)
SC_SPELL[k], _, SC_SPELL_ICON[k] = GetSpellInfo(v)
else
SC_SPELL[k] = v
end
deDE.lua
186,4 → 186,9
L["CD Sound"] = "CD Sound"
L["On cooldown"] = "On cooldown"
L["Alert when the spell is ready to be used"] = "Alert when the spell is ready to be used"
L["Azerite Essence"] = "Azerite Essence"
\ No newline at end of file +L["Azerite Essence"] = "Azerite Essence" +L["Spell"] = "Spell" +L["Flash when ready"] = "Flash when ready" +L["The bar will keep flashing when it should be use."] = "The bar will keep flashing when it should be use." +L["Cooldown"] = "Cooldown" +L["Special settings"] = "Special settings" \ No newline at end of file
zhCN.lua
186,4 → 186,9
L["CD Sound"] = "CD Sound"
L["On cooldown"] = "On cooldown"
L["Alert when the spell is ready to be used"] = "Alert when the spell is ready to be used"
L["Azerite Essence"] = "Azerite Essence"
\ No newline at end of file +L["Azerite Essence"] = "Azerite Essence" +L["Spell"] = "Spell" +L["Flash when ready"] = "Flash when ready" +L["The bar will keep flashing when it should be use."] = "The bar will keep flashing when it should be use." +L["Cooldown"] = "Cooldown" +L["Special settings"] = "Special settings" \ No newline at end of file