| Summary: | [Globalization] Messages are loaded even if their language is not used | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Component: | Client | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | simon_kaegi |
| Version: | 0.5 | Flags: | simon_kaegi:
review+
|
| Target Milestone: | 0.5 RC2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Malgorzata Janczarska
That doesn't sound right - please wait. The Japanese i18n module should not be getting loaded at all by the requireJS i18n plugin. The bug is higher up the stack if it's getting loaded. Great bug. Fixed. This is a problem that is fixed in RequireJS 2.0 where only a module that is required will get defined. I tweaked Gosia's patch to not define the module instead of defining an empty module and Gosia re-tested. |