Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Translation Added for the Word - Posts #714

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
<main class="wp-block-group alignfull">
<!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
<h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)">Posts</h1>
<h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)">{ __( 'Posts', 'twentytwentyfour' ) }</h1>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
it is not possible to translate strings inside HTML files.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, Should I close the PR?

<!-- /wp:heading -->
<!-- wp:pattern {"slug":"twentytwentyfour/posts-3-col"} /-->
</main>
Expand Down
Loading