Internationalize Views::Layout templates

This commit is contained in:
benjamin wil
2021-12-30 16:06:31 -08:00
parent f90e7a81b8
commit 1548034a06
2 changed files with 9 additions and 7 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -20,7 +20,7 @@ module Precious
end end
def title def title
"Home" t[:title]
end end
def has_path def has_path