This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
SorhaQuestLog\Locales\Locale-deDE.lua:35: unexpected symbol near '='SorhaQuestLog\Locales\Locale-frFR.lua:31: unexpected symbol near '='SorhaQuestLog\Locales\Locale-koKR.lua:35: unexpected symbol near '='SorhaQuestLog\Locales\Locale-zhCN.lua:33: unexpected symbol near '='SorhaQuestLog\Locales\Locale-zhTW.lua:35: unexpected symbol near '='
Solution is for those 5 files, change
this
L[=[
to this
L[ [=[
and this
]=] =
]=] ] =
Grr, not sure how to go about that one, might be the packager derping. Has been a few teething issues as the folks move to the new system.Those files are all handled by the curse site to pull in everything people put in the localisation system here.
My local deDE is only like this :(
local L = LibStub("AceLocale-3.0"):NewLocale("SorhaQuestLog", "deDE") if not L then return end --@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="english")@
To post a comment, please login or register a new account.