Skip to content

Commit

Permalink
fix code translations labels too
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 13, 2024
1 parent f9d22f6 commit 8327b86
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function BlogListPaginator(props: Props): JSX.Element {
<Translate
id="theme.blog.paginator.newerEntries"
description="The label used to navigate to the newer blog posts page (previous page)">
Newer Entries
Newer entries
</Translate>
}
/>
Expand All @@ -41,7 +41,7 @@ export default function BlogListPaginator(props: Props): JSX.Element {
<Translate
id="theme.blog.paginator.olderEntries"
description="The label used to navigate to the older blog posts page (next page)">
Older Entries
Older entries
</Translate>
}
isNext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ReadMoreLabel() {
<Translate
id="theme.blog.post.readMore"
description="The label used in blog post item excerpts to link to full blog posts">
Read More
Read more
</Translate>
</b>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function BlogPostPaginator(props: Props): JSX.Element {
<Translate
id="theme.blog.post.paginator.newerPost"
description="The blog post button label to navigate to the newer/previous post">
Newer Post
Newer post
</Translate>
}
/>
Expand All @@ -40,7 +40,7 @@ export default function BlogPostPaginator(props: Props): JSX.Element {
<Translate
id="theme.blog.post.paginator.olderPost"
description="The blog post button label to navigate to the older/next post">
Older Post
Older post
</Translate>
}
isNext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function DocTagDocListPageContent({
<Translate
id="theme.tags.tagsPageLink"
description="The label of the link targeting the tag list page">
View All Tags
View all tags
</Translate>
</Link>
</header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function BlogAuthorsListViewAllLabel(): ReactNode {
<Translate
id="theme.blog.authorsList.viewAll"
description="The label of the link targeting the blog authors page">
View All Authors
View all authors
</Translate>
);
}

0 comments on commit 8327b86

Please sign in to comment.