-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
P2 - highBugs that violates the documented behavior.Bugs that violates the documented behavior.enhancementNew feature aheadNew feature aheadhelp wantedExtra attention is neededExtra attention is needed
Description
See fn get_language_id( in request.rs, used to dispatch the request to the appropriate language handler based on the current document's language id.
For now, we use CSSlsrs' store, because we only support CSS. So I can just retrieve the document from this store from its URI. Soon, WEBlsp will support multiple languages, and have its own store. The document will be retrieved from this store instead, and the stores for each language will be created with LANGlsrs::new_with_store() instead of LANGlsrs::new().
Metadata
Metadata
Assignees
Labels
P2 - highBugs that violates the documented behavior.Bugs that violates the documented behavior.enhancementNew feature aheadNew feature aheadhelp wantedExtra attention is neededExtra attention is needed