Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/jquery.i18n.js~
blob: 3a7aeb2a758d31149b722c30e578be57b49a500f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(function($){
     $.fn.i18n.setLocale = function (locale){
	 
	 $.i18n.lang = locale;
     };





     $.fn._ = $.fn.i18n;


 })(jQuery);