bootstrapped language and added 'hi'

This commit is contained in:
Rushabh Mehta
2013-01-07 15:39:54 +05:30
parent 947a025bde
commit 523aec499a
535 changed files with 10548 additions and 41 deletions

View File

@@ -21,6 +21,7 @@ erpnext.desktop.render = function() {
if(!module.label)
module.label = m;
module.name = m;
module.label = wn._(module.label);
module.gradient_css = wn.get_gradient_css(module.color, 45);
$('#icon-grid').append(repl('\
@@ -54,7 +55,7 @@ erpnext.desktop.show_pending_notifications = function() {
module.find('a:first').append(
repl('<div id="%(id)s" class="circle" title="%(title)s" style="display: None">\
<span class="circle-text"></span>\
</div>', {id: id, title: title}));
</div>', {id: id, title: wn._(title)}));
var case_border = module.find('.case-border');
var circle = module.find('.circle');

View File

@@ -1,4 +1,6 @@
erpnext.updates = [
["7th January 2013", [
"Language (backend): Integrated language libraries."
["4th January 2013", [
"Support Analytics: Simple Tool to Plot Number Tickets and time to Closing",
"Workflow: Added Workflow Help",