-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingdiscord changeThis is prompted by Discord's sudden changes to the data package or apiThis is prompted by Discord's sudden changes to the data package or api
Description
Attempting to load a package.zip that was requested from a non-English client fails, because - I'm inferring from the error code - the package paths are hard-coded to the original English language ones. Localized package.zips have their folder structure translated to the local language (in this case this would be de_AT or, more probably due to lacking support, de_DE).
Error:
System.exception: Invalid data package: missing messages/index.json
at Data_Package_Tool.Classes.DataPackage.Load(String fileName)
(...)
The path "Nachrichten/index.json" does exist, which is - I'm inferring again - its German language equivalent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdiscord changeThis is prompted by Discord's sudden changes to the data package or apiThis is prompted by Discord's sudden changes to the data package or api