-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
fix(blog): authors count incorrectly rendered #10431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,7 @@ | |
| "theme.blog.archive.description___DESCRIPTION": "The page & hero description of the blog archive page", | ||
| "theme.blog.archive.title": "Archive", | ||
| "theme.blog.archive.title___DESCRIPTION": "The page & hero title of the blog archive page", | ||
| "theme.blog.author.noPosts": "This author has not written any posts yet.", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I suspect you didn't run the command the CI / tests tells you to run, this is not the expected result from running it. What did you run?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The tests are now passing, but you didn't read the message that the previously failing tests printed:
I can see this because your extracted message has no description, and it only modified the base locale, not all the other localized files. You are not supposed to enter that message manually in theme translations: it's the CLI command that it supposed to do so I added the missing translations here: We add the message everywhere so that translators just have to see what is untranslated in their local file, without having to compare it to the English file |
||
| "theme.blog.author.pageTitle": "{authorName} - {nPosts}", | ||
| "theme.blog.author.pageTitle___DESCRIPTION": "The title of the page for a blog author", | ||
| "theme.blog.authorsList.pageTitle": "Authors", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.