zz_Itemlevel/locale_enUS.lua

10 lines
304 B
Lua
Raw Permalink Normal View History

2021-04-20 12:45:59 +00:00
local addonname, addon = ...
local childName = addon['childName']
local L = LibStub("AceLocale-3.0"):NewLocale(childName, "enUS", true)
if L then
2021-04-20 13:09:25 +00:00
L['Itemlevel'] = true
L['Equipped Itemlevel'] = true
L['PvP'] = true
2021-04-21 13:30:06 +00:00
L['Digits'] = true
L['Number of digits after the decimal point'] = true
2021-04-20 12:45:59 +00:00
end