https://bugzilla.wikimedia.org/show_bug.cgi?id=31467
--- Comment #6 from Brion Vibber <[email protected]> 2011-10-07 01:28:31 UTC --- There is a Globalization plugin (thanks IBM!) which can fetch some locale information, format numbers & dates etc -- useful! https://github.com/phonegap/phonegap-plugins/tree/master/Android/Globalization etc Nothing there to help with basic strings and parameter replacement though... I think my inclination might be to snarf the 'Message' class from MediaWiki's JavaScript code and hook it up to a backend that reads strings from .properties files (unless we find a nicer way to do it). We could repackage that as a nice platform-independent lib... -- 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
