Skip to content
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

feat: add i18n support for the web ui #187

Merged
merged 1 commit into from
Aug 26, 2023
Merged

feat: add i18n support for the web ui #187

merged 1 commit into from
Aug 26, 2023

Conversation

LinuxSuRen
Copy link
Owner

@LinuxSuRen LinuxSuRen commented Aug 26, 2023

It will switch the language base on the browser setting.

See the screenshot

image image

@LinuxSuRen LinuxSuRen added enhancement New feature or request ui to-user The end-users might be interested in. labels Aug 26, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 2.462794ms 2.462794ms 2.462794ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.392997ms 1.392997ms 1.392997ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.317797ms 2.278295ms 357.299µs 2 1
POST http://localhost:8080/server.Runner/CreateTestSuite 1.053697ms 1.053697ms 1.053697ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 907.898µs 907.898µs 907.898µs 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 834.898µs 834.898µs 834.898µs 1 0
POST http://localhost:8080/server.Runner/GetTestCase 822.198µs 822.198µs 822.198µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 821.798µs 821.798µs 821.798µs 1 0
POST http://localhost:8080/server.Runner/GetStores 814.398µs 814.398µs 814.398µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 688.598µs 688.598µs 688.598µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 658.098µs 658.098µs 658.098µs 1 0
POST http://localhost:8080/server.Runner/ListTestCase 656.998µs 935.997µs 377.999µs 2 1
POST http://localhost:8080/server.Runner/UpdateTestSuite 609.298µs 609.298µs 609.298µs 1 1
POST http://localhost:8080/server.Runner/ListCodeGenerator 544.899µs 544.899µs 544.899µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 530.099µs 530.099µs 530.099µs 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 454.799µs 454.799µs 454.799µs 1 1
POST http://localhost:8080/server.Runner/GenerateCode 412.399µs 412.399µs 412.399µs 1 1

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.15%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (37700ec) 5230 4451 85.11%
Head commit (699cc4d) 5230 (+0) 4443 (-8) 84.95% (-0.15%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#187) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@LinuxSuRen LinuxSuRen merged commit f7c0297 into master Aug 26, 2023
8 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/ui-i18n branch August 26, 2023 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to-user The end-users might be interested in. ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant