feat: add lingui support and vite to openyurt#62
Merged
luc99hen merged 5 commits intoopenyurtio:masterfrom Jul 15, 2025
Merged
Conversation
Signed-off-by: karanngi <karann.git@gmail.com>
Signed-off-by: karanngi <karann.git@gmail.com>
Contributor
Author
|
@luc99hen, which language should be set as the default—Chinese or English? |
Member
IMO, English is better. @zyjhtangtang @rambohe-ch Any suggestions? |
Member
|
@karanngi Please fix the eslint check error |
Signed-off-by: karanngi <karann.git@gmail.com>
Contributor
Author
|
ok |
Signed-off-by: karanngi <karann.git@gmail.com>
Contributor
Author
|
@luc99hen fixed it — we're now using English as the default language for the codebase. |
luc99hen
reviewed
Jul 9, 2025
|
|
||
| // Start and run the server | ||
| if err := router.Run(":80"); err != nil { | ||
| if err := router.Run(":4000"); err != nil { |
Member
There was a problem hiding this comment.
Since the exposed port has been changed. The declaration in yaml should also be changed
luc99hen
reviewed
Jul 10, 2025
frontend/README.md
Outdated
| # OpenYurt Experience Center | ||
|
|
||
| This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
| This is the frontend application for the OpenYurt Experience Center, built with Vite + React. |
Member
There was a problem hiding this comment.
We can avoid mentioning the OpenYurt Experience Center as it is a project that has been taken offline.
luc99hen
reviewed
Jul 10, 2025
frontend/index.html
Outdated
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/png" href="/OpenYurt.png" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>OpenYurt Experience Center</title> |
Signed-off-by: karanngi <karann.git@gmail.com>
luc99hen
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.