There's no need to add lines like this L["ACHIEVEMENT_PROGRESSED"] = _G.ACHIEVEMENT_PROGRESSED. They use Blizz strings (they're translated), and will be pulled from default enUS locale.
Please, remove them and don't forget this one local string = _G.string.
Hm, nvm, I'll clean them up myself after merge 🔪
There's no need to add lines like thisL["ACHIEVEMENT_PROGRESSED"] = _G.ACHIEVEMENT_PROGRESSED
. They use Blizz strings (they're translated), and will be pulled from defaultenUS
locale.Please, remove them and don't forget this onelocal string = _G.string
.Hm, nvm, I'll clean them up myself after merge 🔪
Thank you!