add 'gettext' to predefs

This commit is contained in:
Dietmar Maurer 2011-11-21 13:01:35 +01:00
parent be500ccc16
commit 1c1609d473

View File

@ -6,7 +6,7 @@
}
defaults = {
predef: ['Ext', 'PVE', 'PVE_vnc_console_event', 'FormData'],
predef: ['Ext', 'PVE', 'PVE_vnc_console_event', 'FormData', 'gettext'],
devel: true,
'continue': true, /// Allow continue statement
bitwise: true, // Allow bitwise operators