basic support for rails i18n
This commit is contained in:
parent
ae789b1d84
commit
25d965d30a
23 changed files with 170 additions and 132 deletions
|
@ -118,7 +118,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def link_main
|
||||
link_to(_('Contacts'), contacts_path)
|
||||
link_to( t(:contacts), contacts_path)
|
||||
end
|
||||
|
||||
def alternator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue