-
Improvement
-
Resolution: Won't Fix
-
Minor
-
None
-
2.7
There are times where we load a bunch of language strings, but they might not be used, especially when we load the plugin but it has not been used by the user.
Loading them causes unnecessary bytes to be transferred, and surcharges the M.str object. A good example of this is the plugin charmap for Atto which loads more than 150 strings, though they are only used when the plugin is used.
A mechanism where a plugin could itself load its missing strings (in bulk of course) would be handy.
- has been marked as being related by
-
MDL-43858 New Atto plugin Insert Character
-
- Closed
-