Translate Copyright text on footer
This commit is contained in:
parent
346fa6e921
commit
3d3e8e7dbc
@ -12,6 +12,7 @@ export default {
|
|||||||
on: 'ON',
|
on: 'ON',
|
||||||
off: 'OFF',
|
off: 'OFF',
|
||||||
// Footer
|
// Footer
|
||||||
|
copyright: 'Copyright',
|
||||||
homepage: 'Homepage',
|
homepage: 'Homepage',
|
||||||
report_an_issue: 'Report an issue',
|
report_an_issue: 'Report an issue',
|
||||||
// Dashboard
|
// Dashboard
|
||||||
|
@ -12,6 +12,7 @@ export default {
|
|||||||
on: 'Đang bật',
|
on: 'Đang bật',
|
||||||
off: 'Đang tắt',
|
off: 'Đang tắt',
|
||||||
// Footer
|
// Footer
|
||||||
|
copyright: 'Bản quyền',
|
||||||
homepage: 'Trang chủ',
|
homepage: 'Trang chủ',
|
||||||
report_an_issue: 'Báo lỗi',
|
report_an_issue: 'Báo lỗi',
|
||||||
// Dashboard
|
// Dashboard
|
||||||
|
@ -21,7 +21,7 @@ class Footer extends Component {
|
|||||||
<div className="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
|
<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="row align-items-center justify-content-center">
|
||||||
<div className="col-auto">
|
<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>
|
||||||
<div className="col-auto">
|
<div className="col-auto">
|
||||||
<select className="form-control" value={i18n.language} onChange={this.changeLanguage}>
|
<select className="form-control" value={i18n.language} onChange={this.changeLanguage}>
|
||||||
|
Loading…
Reference in New Issue
Block a user