Skip to content

Commit ac32ad5

Browse files
committed
Update README: Add npm badge, highlight banana-i18n
1 parent c920acd commit ac32ad5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
jQuery.i18n
22
===========
33

4+
[![npm][npm]][npm-url]
5+
6+
> NOTE: For jquery independent version of this library, see https://github.com/wikimedia/banana-i18n
7+
48
jQuery.i18n is a jQuery based Javascript internationalization library. It helps you to internationalize your web applications easily.
59

610
This is a project by Wikimedia foundation's [Language Engineering team](https://www.mediawiki.org/wiki/Wikimedia_Language_engineering) and used in some of the Wikimedia Foundation projects like Universal Language Selector.
711

812
The jquery.i18n library uses a json based localization file format, "banana", which is used as the localization file format for MediaWiki and other projects.
913

10-
For jquery independent version of this library, see https://github.com/wikimedia/banana-i18n
1114

1215
Features
1316
========
@@ -448,3 +451,6 @@ Example qqq.json:
448451
```
449452

450453
In MediaWiki and its hundreds of extensions, message documentation is a strictly followed practice. There is a grunt task to check whether all messages are documented or not. See https://www.npmjs.org/package/grunt-banana-checker
454+
455+
[npm]: https://img.shields.io/npm/v/@wikimedia/jquery.i18n.svg
456+
[npm-url]: https://npmjs.com/package/@wikimedia/jquery.i18n

0 commit comments

Comments
 (0)