generated from Exiles/coa-template
8d89a6d180
release / release (push) Successful in 4s
upstream: https://github.com/Nevcairiel/Mapster tag: 1.3.9 commit: 1c451d24d299d44002b1e182f848aa3a3e7faa6b interface: 30300 (WotLK 3.3.5 — last Mapster version targeting our client)
9 lines
320 B
Lua
9 lines
320 B
Lua
-- Mapster Locale
|
|
-- Please use the Localization App on WoWAce to Update this
|
|
-- http://www.wowace.com/projects/mapster/localization/ ;¶
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("Mapster", "deDE")
|
|
if not L then return end
|
|
|
|
--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="comment")@
|