Add translations for footer

This commit is contained in:
Andreas Nedbal 2022-04-18 18:21:46 +02:00 committed by Andreas Nedbal
parent a7d2c7be7e
commit 5518014024
2 changed files with 11 additions and 5 deletions

View File

@ -1,12 +1,12 @@
.text-center.text-muted.pb-3
©
= Date.today.year
%span{ title: Retrospring::Version.to_s }= APP_CONFIG['site_name']
%span{ title: Retrospring::Version.to_s }= APP_CONFIG["site_name"]
·
= link_to t('views.general.about'), about_path
= link_to t('.about'), about_path
·
= link_to 'GitHub', 'https://github.com/Retrospring/retrospring'
= link_to t('.source'), 'https://github.com/Retrospring/retrospring'
·
= link_to t('views.general.terms'), terms_path
= link_to t('.terms'), terms_path
·
= link_to t('views.general.privacy'), privacy_policy_path
= link_to t('.privacy'), privacy_policy_path

View File

@ -174,6 +174,12 @@ en:
body: "Raised content basically describes all the different boxes and panels you can see across the site."
accent:
example: "Some text on top of a accented area on a raised element!"
shared:
links:
about: "About"
source: "Source code"
terms: "Terms of Service"
privacy: "Privacy Policy"
static:
about:
title: "About"