LofiSu commented on code in PR #141:
URL: https://github.com/apache/fury-site/pull/141#discussion_r1702503375
##########
i18n/en/code.json:
##########
@@ -0,0 +1,289 @@
+{
+ "theme.ErrorPageContent.title": {
+ "message": "This page crashed.",
+ "description": "The title of the fallback page when the page crashed"
+ },
+ "theme.BackToTopButton.buttonAriaLabel": {
+ "message": "Scroll back to top",
+ "description": "The ARIA label for the back to top button"
+ },
+ "theme.blog.archive.title": {
+ "message": "Archive",
Review Comment:
The two you mentioned can be deleted directly. I used the command npm run
write-translations -- --locale zh-Hans, which will automatically integrate the
code.js file into i8n. If the page does not have it, you can delete it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]