Skip to content

Commit

Permalink
update i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Aug 6, 2024
1 parent ff21c85 commit a4bc0d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/volunteer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Organizer: FC<InferGetServerSidePropsType<typeof getServerSideProps>> = ({
<h1 className="py-5 text-center text-md-start ps-md-4">{t('volunteer')}</h1>

<SectionTitle count={contributors.length}>
{t('online_volunteer')}
{t('online') + t('volunteer')}
</SectionTitle>
<Row
as="ul"
Expand Down
2 changes: 1 addition & 1 deletion translation/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ export default {

//volunteer page
volunteer: 'volunteer',
online_volunteer: 'online volunteer',
online: 'online volunteer',
} as const;
2 changes: 1 addition & 1 deletion translation/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ export default {

//volunteer page
volunteer: '志愿者',
online_volunteer: '线上志愿者',
online: '线上',
} as const;
2 changes: 1 addition & 1 deletion translation/zh-TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ export default {

//volunteer page
volunteer: '志願者',
online_volunteer: '線上志願者',
online: '線上',
} as const;

0 comments on commit a4bc0d6

Please sign in to comment.