Actions
Bug #9458
closedPlugin language loading unreliably
Description
If CB API is loaded followed by CB plugins being loaded which then load CBs language files the result is language load order conflicts. Improve plugin language loading with the following.
1. Skip trying to load lang files from core plugins as those are included with core CB
2. Implement support for importing language strings without changing the language to avoid plugin fallback logic from altering the loaded language
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1946
Actions