Skip to content

Commit

Permalink
adjust AppFooter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcussfu committed Feb 11, 2023
1 parent 97f01b6 commit ff580ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/AppLayout/AppFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
PROJECT_MEDIUM,
CONTACT_EMAIL,
LINE_URL,
DONATION_URL,
} from 'constants/urls';
import NavLink from 'components/NavLink';
import GoogleWebsiteTranslator from './GoogleWebsiteTranslator';
Expand Down Expand Up @@ -122,6 +123,7 @@ function AppFooter() {
<CustomLink external href={PROJECT_MEDIUM}>
Medium
</CustomLink>
<CustomLink href="/impact">{t`Impact Report`}</CustomLink>
</div>
<div className={classes.column}>
<h3>{t`Contact`}</h3>
Expand Down Expand Up @@ -165,6 +167,9 @@ function AppFooter() {
Line: @cofacts
</CustomLink>
{matches && <GoogleWebsiteTranslator />}
<CustomLink external href={DONATION_URL}>
{t`Donate to Cofacts`}
</CustomLink>
</div>
</div>
</div>
Expand Down
8 changes: 8 additions & 0 deletions i18n/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ msgstr "我的主頁"
msgid "Facebook forum"
msgstr "Facebook 社團"

#: components/AppLayout/AppFooter.js:168
msgid "Donate to Cofacts"
msgstr "捐款給 Cofacts"

#: components/AppLayout/AppFooter.js:126
msgid "Impact Report"
msgstr "影響力報告"

#: constants/replyType.js:72
msgid "invalid request"
msgstr "不在查證範圍"
Expand Down

0 comments on commit ff580ef

Please sign in to comment.