Multi-Language Support and ESLint for Code Formatting #2
Open
flynncao wants to merge 18 commits intoalpharmi:mainfrom
Open
Multi-Language Support and ESLint for Code Formatting #2flynncao wants to merge 18 commits intoalpharmi:mainfrom
flynncao wants to merge 18 commits intoalpharmi:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Author
|
You can also check out this demo: |
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.
Commit History Summary:
flynncao@fa69343 solved the CORS error on Vercel flynncao/astral_express#3
v1.0.0.5: ESLint has been introduced to enhance the code formatting of the project. The ESLint configuration follows the Vue3-Essential rules, which provide guidelines for maintaining consistent code style and readability.
v1.0.0.4: Automatic Localization Based on User's Preferred Language: The application now automatically detects the user's preferred language and adjusts the localization accordingly. This ensures a more personalized experience for users, delivering content in their preferred language.
v1.0.0.4: Automatic Localization Based on User's Preferred Language: The application now automatically detects the user's preferred language and adjusts the localization accordingly. This ensures a more personalized experience for users, delivering content in their preferred language.
v1.0.0.3: Chinese Translation Added: Chinese translation has been added to all pages of the application. The translation work was done with reference to reliable sources such as https://honkai-star-rail.fandom.com/wiki/ and https://wiki.biligame.com/sr/%E9%A6%96%E9%A1%B5. Other properties, routes, and component structures have been organized accordingly.
v1.0.0.2: Component Interpolation for Typography Style: Component interpolation techniques have been implemented to maintain consistent typography style throughout the project. This helps achieve a cohesive and visually pleasing design.
v1.0.0.1: Multi-Language Feature Testing and Local Development: This version encompasses all the previous commits and primarily focuses on testing and refining the multi-language features. The development has been conducted locally, ensuring the functionality and behavior of the application in different languages.
The git tags in the project are not super strict right now. It might be a good idea for us to chat about them and see if we can come up with some conventions that work for everyone, also we can define some detailed ESLint rules.
Thanks once again for your amazing work on this repository!