Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/jquery.i18n.js~
diff options
context:
space:
mode:
Diffstat (limited to 'js/jquery.i18n.js~')
-rw-r--r--js/jquery.i18n.js~14
1 files changed, 14 insertions, 0 deletions
diff --git a/js/jquery.i18n.js~ b/js/jquery.i18n.js~
new file mode 100644
index 0000000..3a7aeb2
--- /dev/null
+++ b/js/jquery.i18n.js~
@@ -0,0 +1,14 @@
+(function($){
+ $.fn.i18n.setLocale = function (locale){
+
+ $.i18n.lang = locale;
+ };
+
+
+
+
+
+ $.fn._ = $.fn.i18n;
+
+
+ })(jQuery); \ No newline at end of file