add the engine version in the footer (useful)
This commit is contained in:
parent
a2308787f1
commit
c5577240de
@ -1,2 +1,2 @@
|
|||||||
%p.tcenter
|
%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
|
update: Save
|
||||||
send: Send
|
send: Send
|
||||||
footer:
|
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:
|
errors:
|
||||||
"500":
|
"500":
|
||||||
|
@ -49,7 +49,7 @@ fr:
|
|||||||
site: Site
|
site: Site
|
||||||
theme_assets: Fichiers Thème
|
theme_assets: Fichiers Thème
|
||||||
footer:
|
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:
|
form_actions:
|
||||||
back: Retour sans sauvegarder
|
back: Retour sans sauvegarder
|
||||||
create: Créer
|
create: Créer
|
||||||
|
Loading…
Reference in New Issue
Block a user