You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
jQuery.i18n
2
2
===========
3
3
4
+
[![npm][npm]][npm-url]
5
+
6
+
> NOTE: For jquery independent version of this library, see https://github.com/wikimedia/banana-i18n
7
+
4
8
jQuery.i18n is a jQuery based Javascript internationalization library. It helps you to internationalize your web applications easily.
5
9
6
10
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.
7
11
8
12
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.
9
13
10
-
For jquery independent version of this library, see https://github.com/wikimedia/banana-i18n
11
14
12
15
Features
13
16
========
@@ -448,3 +451,6 @@ Example qqq.json:
448
451
```
449
452
450
453
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
0 commit comments