http://trac.tiddlywiki.org/changeset/12120
MartinBudden
2010-05-11 05:36:25 -0700 (Tue, 11 May 2010)
28
TiddlyWiki - gettext support
---------------
U Trunk/core/js/main.js
---------------
Modified: Trunk/core/js/main.js
===================================================================
--- Trunk/core/js/main.js 2010-05-11 09:17:38 UTC (rev 12119)
+++ Trunk/core/js/main.js 2010-05-11 12:36:25 UTC (rev 12120)
@@ -25,6 +25,8 @@
var t10,t9,t8,t7,t6,t5,t4,t3,t2,t1,t0 = new Date();
startingUp = true;
jQuery.noConflict();
+ _ = jQuery.gt.gettext;
+ n_ = jQuery.gt.ngettext;
window.onbeforeunload = function(e) {if(window.confirmExit) return
confirmExit();};
params = getParameters();
if(params)
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.