https://bugzilla.wikimedia.org/show_bug.cgi?id=41103

--- Comment #8 from Daniel Kinzler <daniel.kinz...@wikimedia.de> 2012-11-02 
12:50:18 UTC ---
Caching the LTR values for all languages is solving only a very limited issue
while leaving the larger one unsolved: we sometimes need information about
*languages* without needing the messages. For example, for Wikidata we also
need the custom to-lowercase function for each language, to normalize search
terms. I expect there are more things we will need to know about languages. 

So, I don't think caching specific values is a solution (although we can do
that in addition). We really need to be able to get Language objects without
loading all the messages. This could be done by lazy initialization - only
loading the messages when they are first used.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to