add the engine version in the footer (useful)
This commit is contained in:
parent
a2308787f1
commit
c5577240de
@ -1,2 +1,2 @@
|
||||
%p.tcenter
|
||||
!= t('.who_is_behind', :development => nocoffee_tag)
|
||||
!= t('.who_is_behind', :version => Locomotive::VERSION, :development => nocoffee_tag)
|
||||
|
@ -49,7 +49,7 @@ en:
|
||||
update: Save
|
||||
send: Send
|
||||
footer:
|
||||
who_is_behind: "LocomotiveCMS is developed by %{development} and designed by <a href=\"http://www.sachagreif.com\">Sacha Greif</a>"
|
||||
who_is_behind: "LocomotiveCMS is developed by %{development} and designed by <a href=\"http://www.sachagreif.com\">Sacha Greif</a> — <small>version</small> %{version}"
|
||||
|
||||
errors:
|
||||
"500":
|
||||
|
@ -49,7 +49,7 @@ fr:
|
||||
site: Site
|
||||
theme_assets: Fichiers Thème
|
||||
footer:
|
||||
who_is_behind: "Produit développé par %{development} et désigné par <a href=\"http://www.sachagreif.com\">Sacha Greif</a>"
|
||||
who_is_behind: "Produit développé par %{development} et désigné par <a href=\"http://www.sachagreif.com\">Sacha Greif</a> — <small>version</small> %{version}"
|
||||
form_actions:
|
||||
back: Retour sans sauvegarder
|
||||
create: Créer
|
||||
|
Loading…
Reference in New Issue
Block a user