[BUG]: Multiple LUA Errors with 4.27.1-release
Ketrel opened this issue · 2 comments
WoW client
WoW Retail
What happened?
Code issue in localizations.lua causing cascade Lua errors.
(It looks like the ruRU locale failed to generate)
3528 L["Zone status"] = "지역 상태"
3529 L["ZoneText"] = "지역명"
3530
3531 elseif LOCALE_ptBR or LOCALE_ptPT then
3532
3533 elseif LOCALE_ruRU then
3534 error code: 524
3535
3536 elseif LOCALE_zhCN then
3537 L["(ends soon)"] = "(即将结束)"
3538 L["(finished)"] = "(已结束)"
3539 L["(session only)"] = "(只是这个会议)"
Lua Error Message?
1x Broker_Everything/localizations.lua:3534: '=' expected near 'code'
Locals:(There are then cascading lua errors (about 13) due to the now invalid locale variable)
Other addons?
No response
Thanks for reporting and taking the effort to find the cause. ;-)
I use a script to create the ZIP file.
This script was supposed to load the translations from Curseforge.
Instead of aborting on an error, it saved the specified line instead of the desired translations.
Update is uploaded.
