https://bugzilla.wikimedia.org/show_bug.cgi?id=39876
--- Comment #1 from Brion Vibber <[email protected]> 2012-09-01 03:02:35 UTC --- Not really related other than that it'd be fetching something. :) In theory we could probably fetch the files from github on app launch, and possibly cache them locally in case you later launch while offline. eg: https://raw.github.com/wikimedia/WLMMobile/master/assets/www/messages/messages-es.properties I'm not sure what kind of performance hit this would entail; either it would delay app initialization a bit or the 'net translations could be loaded asynchronously (in which case you might get some things not updated). I'd rather that we just get the translations done and updated in a reasonable timeframe, but that means we have to stop changing strings around at the last minute. ;) -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
