Translate Copyright text on footer

This commit is contained in:
hoangrio 2018-11-10 21:52:28 +07:00
parent 346fa6e921
commit 3d3e8e7dbc
No known key found for this signature in database
GPG Key ID: FB8176AF48441975
3 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ export default {
on: 'ON',
off: 'OFF',
// Footer
copyright: 'Copyright',
homepage: 'Homepage',
report_an_issue: 'Report an issue',
// Dashboard

View File

@ -12,6 +12,7 @@ export default {
on: 'Đang bật',
off: 'Đang tắt',
// Footer
copyright: 'Bản quyền',
homepage: 'Trang chủ',
report_an_issue: 'Báo lỗi',
// Dashboard

View File

@ -21,7 +21,7 @@ class Footer extends Component {
<div className="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
<div className="row align-items-center justify-content-center">
<div className="col-auto">
Copyright © {this.getYear()} <a href="https://adguard.com/">AdGuard</a>
<Trans>copyright</Trans> © {this.getYear()} <a href="https://adguard.com/">AdGuard</a>
</div>
<div className="col-auto">
<select className="form-control" value={i18n.language} onChange={this.changeLanguage}>