Internationalize Views::Layout templates
This commit is contained in:
@@ -21,3 +21,5 @@ en:
|
|||||||
previous: Previous
|
previous: Previous
|
||||||
precious/views/latest_changes:
|
precious/views/latest_changes:
|
||||||
title: Latest Changes (Globally)
|
title: Latest Changes (Globally)
|
||||||
|
precious/views/layout:
|
||||||
|
title: Home
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ module Precious
|
|||||||
end
|
end
|
||||||
|
|
||||||
def title
|
def title
|
||||||
"Home"
|
t[:title]
|
||||||
end
|
end
|
||||||
|
|
||||||
def has_path
|
def has_path
|
||||||
|
|||||||
Reference in New Issue
Block a user