basic support for rails i18n

This commit is contained in:
Eugene Korbut 2009-09-01 23:23:05 +11:00
parent ae789b1d84
commit 25d965d30a
23 changed files with 170 additions and 132 deletions

View file

@ -118,7 +118,7 @@ module ApplicationHelper
end
def link_main
link_to(_('Contacts'), contacts_path)
link_to( t(:contacts), contacts_path)
end
def alternator