add more translations for he locale. Contributed by Darian Shalev

This commit is contained in:
Reinier Balt 2012-04-11 20:21:28 +02:00
parent b18d846d92
commit ac270884ed
14 changed files with 3025 additions and 356 deletions

View file

@ -249,6 +249,7 @@ module ApplicationHelper
contexts.show_form contexts.show_form_title
contexts.new_context_pre contexts.new_context_post
common.cancel common.ok
common.update common.create
common.ajaxError todos.unresolved_dependency
}.each do |s|
js << "i18n['#{s}'] = '#{ t(s).gsub(/'/, "\\\\'") }';\n"