Project Milkshake
Milkshake
Create generic i18n tools in jQuery
Category:WMF Projects 2012q3Category:WMF Projects 2012q4Category:WMF Projects 2013q1Category:WMF Projects 2013q2Category:WMF Projects 2013q3Category:WMF Projects 2013q4Category:WMF Projects 2013q4
|

Project Milkshake was a project that aims to make generic jQuery components for commonly needed internationalisation features. The project was conceived by the Wikimedia Localisation team in July 2012.
All initial components are being developed because there is a need for them on Wikimedia Projects through MediaWiki. However, it would be shame to not make it easy for anyone to re-use them in any project.
Because of this, we chose to (re)develop all components as generic jQuery libraries, using well documented APIs, so that it is relatively easy to implement and use them anywhere. To allow easy participation in the features, the source code repositories are hosted on GitHub. MediaWiki specific implementations re-use the code from the libraries.
Licenses and contributing
Components are dual licensed as GPL and MIT as much as possible to allow wide adoption. New contributions can only be accepted under these two licenses.
Components
Front end messaging framework
Based on research, we found out that no existing freely licensed i18n framework for JavaScript was available that was as flexible and feature rich as MediaWiki's messaging for JavaScript. Currently, work is underway to implement the specification.
Language selector
Input methods
Web fonts
Future developments
Based on feedback by Krinkle, future developments may include the addition of ResourceLoader and removal of the MediaWiki JavaScript i18n framework in favour of Project Milkshake components. See also Globalize.
See also
- jQuery.IME/Wikimedia input tools for Chrome extension, (developed on GitHub; also a GSoC 2013 project)
- Wikimedia input tools for Firefox, (developed on GitHub; also a GSoC 2013 project)