-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Issues #20099: Add Korean language support to OpenMetadata UI #20104
Open
dasomel
wants to merge
217
commits into
open-metadata:main
Choose a base branch
from
dasomel:issues-20099
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* Revert "feat: persona based customisation for glossary and glossary term pages (open-metadata#18454)" This reverts commit 6fa76ec. * Revert "chore(ui): move persona as top level settings (open-metadata#18171)" This reverts commit 737c076. * fix tests * fix playwright
* Fix ES Tag Index failing * add tags loading test --------- Co-authored-by: karanh37 <karanh37@gmail.com> (cherry picked from commit 08cdc69)
(cherry picked from commit caf6b2f)
* MINOR - Add APIs to Ref Map * MINOR - Add APIs to Ref Map * MINOR - Add APIs to Ref Map * format
(cherry picked from commit 0164643)
(cherry picked from commit 3578a4b)
…ndling (open-metadata#19062) * fix: Resolve NullPointerException in MS Teams DQ template handling * fix: Update DQ template logic to handle test case changes and results Details: Ensures a general template is created for any changes in the test case. Generates a DQ template when the test case result is updated. * refactor: Make testCaseResult as constant named TEST_CASE_RESULT
…n-metadata#19004) * fix: Filter activity feed events for test cases and suites. * minor fix around the button label after save task tab --------- Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fix Login Configuration Issue * Fix Tests (cherry picked from commit 4b9948d)
…a#18987) * supported editUser permission in user tab for team page * remove edit all permission check in teams add/remove user api * added playwright test for the editUser permission * Added playwright test for data consumer user and remove no used field from the advance api call --------- Co-authored-by: sonikashah <sonikashah94@gmail.com> Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com> (cherry picked from commit 9e6078f)
…nel (open-metadata#19132) * fix the spacing around the input in custom properties right panel * remove unwanted css (cherry picked from commit a0c33cc)
open-metadata#19110) * feat: highlight search term * refactor: use stringToHTML instead of parse * test: highlightSearchText method * fix: test for schema table * fix: mock implemetation of stringToHTML * test: highlightSearchText function with null or falsy parameters (cherry picked from commit 31b1132)
) * fix(ui): sync search value with url and state value * fix flaky for user spec (cherry picked from commit 4d30c83)
(cherry picked from commit 7d962d9)
* fix lineage flaky tests * fix glossary flakiness (cherry picked from commit 9a76b07)
…pen-metadata#19129) * Update TableRepository.java * Fix Checkstyle
(cherry picked from commit 2888e37)
* Add algorithm option in authentication * ENtity Repository code remove * Keep Default Value * Fix Test --------- Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com> (cherry picked from commit 50ae01e)
* fix tag page flaky playwright failures * removed commented code (cherry picked from commit ceeba2a)
…us styles in block editor (open-metadata#19184) (cherry picked from commit c736f06)
…en-metadata#19593) (cherry picked from commit 060ab6e)
* Switch to collate-dbt-artifacts-parser
* fix: wrong attribute name in SampleConfig model * fix: test attribute * fix: failing tests * fix: trino filter error + adjust test to take into account null value * fix: mssql and azuresql tablesample on views (cherry picked from commit ef131d7)
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
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.
Describe your changes:
Fixes #20099
I worked on adding Korean language support to the OpenMetadata UI by creating a ko-kr.json file and modifying i18nextUtil.ts. This change will improve accessibility for Korean-speaking users and potentially increase adoption within the Korean tech community.
Changes made:
Type of change:
Checklist:
Issues #20099: Add Korean language support to OpenMetadata UI
New feature