fix(portal): fix typo in ko-kr placeholder and update strings#22617
Merged
chlins merged 2 commits intogoharbor:mainfrom Dec 5, 2025
g-yunjh:yunjh
Merged
fix(portal): fix typo in ko-kr placeholder and update strings#22617chlins merged 2 commits intogoharbor:mainfrom g-yunjh:yunjh
chlins merged 2 commits intogoharbor:mainfrom
g-yunjh:yunjh
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22617 +/- ##
===========================================
+ Coverage 45.36% 65.84% +20.47%
===========================================
Files 244 1073 +829
Lines 13333 116095 +102762
Branches 2719 2931 +212
===========================================
+ Hits 6049 76440 +70391
- Misses 6983 35414 +28431
- Partials 301 4241 +3940
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
- Fix broken placeholder syntax in 'SCAN_BY' value - Update various UI strings for better readability - Translate previously untranslated keys (MANDATORY, OVERRIDE, etc.) Signed-off-by: g-yunjh <yunjh1126@naver.com>
auto-merge was automatically disabled
December 4, 2025 14:35
Head branch was pushed to by a user without write access
amaydixit11
pushed a commit
to amaydixit11/harbor
that referenced
this pull request
Dec 10, 2025
…or#22617) - Fix broken placeholder syntax in 'SCAN_BY' value - Update various UI strings for better readability - Translate previously untranslated keys (MANDATORY, OVERRIDE, etc.) Signed-off-by: g-yunjh <yunjh1126@naver.com> Signed-off-by: Amay Dixit <amaydixit11@gmail.com>
intojhanurag
pushed a commit
to intojhanurag/harbor
that referenced
this pull request
Jan 22, 2026
…or#22617) - Fix broken placeholder syntax in 'SCAN_BY' value - Update various UI strings for better readability - Translate previously untranslated keys (MANDATORY, OVERRIDE, etc.) Signed-off-by: g-yunjh <yunjh1126@naver.com>
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.
This PR updates the Korean translation file (
ko-kr-lang.json) to improve coverage and accuracy.Key Changes:
SCAN_BYkey where a closing brace was missing ({{scanner}->{{scanner}}).MANDATORY,OVERRIDE,SIMPLE,ADVANCED, andSTOP.Issue being fixed
Fixes #22613
Please indicate you've done the following: