You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like when importing a localization from Curseforge, the slash is escaped so en-US.lua from addon package contains L["STRING_BACKGROUND_SOUND"] = "*Enable 'Sound in Background'\\nunder System > Sound*"
Ingame result:
The text was updated successfully, but these errors were encountered:
It contains
\n
for line breakit looks like when importing a localization from Curseforge, the slash is escaped so en-US.lua from addon package contains
L["STRING_BACKGROUND_SOUND"] = "*Enable 'Sound in Background'\\nunder System > Sound*"
Ingame result:
The text was updated successfully, but these errors were encountered: