Untranslated strings
anon1231823 opened this issue ยท 6 comments
Those strings must be added/translated into Grid2/locales/esES.lua , esMX.lua , etc files.
The lines you posted are in the file:
Grid2/Options/locales/esES.lua
But the translations for minimap icon texts must be added in:
Grid2/locales/esES.lua
The lines you posted are in the file:
Grid2/Options/locales/esES.luaBut the translations for minimap icon texts must be added in:Grid2/locales/esES.lua
There is no L["Profile"], L["Theme"], L["Layout"], L["Left Click to open configuration"], or L["Right Click to open layouts menu"] in Grid2/locales/enUS.lua. That is why I believe the strings are not actually translatable at the moment.

