언어 선택 기능, VS Code Extension 개발하는 방법 문서 추가#1
Open
kenu wants to merge 1 commit intoeGovFramework:mainfrom
Open
Conversation
Contributor
|
i18next, react-i18next 패키지를 활용하여 우선 Project Generation 화면에 다국어 지원을 적용해주신 것을 확인했습니다. VS Code API로 다국어 기능을 적용할 경우, 다국어 대상 텍스트를 가져오는 코드가 길어지는 문제로 인해 다국어 적용이 지연되고 있었습니다. 그러나 위 패키지를 활용할 경우 코드가 간결해지는 것을 확인했고, 간이 테스트 결과 정상적으로 동작하는 것을 확인했습니다. 해당 PR은 금주간 테스트를 더 진행한 후에 별다른 문제가 발견되지 않는다면, 차주에 Merge하고 표준프레임워크 5.0 정식 버전 출시에 맞춰 포함되도록 하겠습니다. 다국어 지원 기여에 깊은 감사의 말씀을 드립니다. Language 설정 드롭다운 메뉴의 위치는 Settings 화면으로 옮겨질 수 있습니다. 위치를 옮기는 시기는 작업 일정상 표준프레임워크 5.0 정식버전 출시 이후가 될 수도 있습니다. |
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.
VS Code에서 eGovFrame을 사용할 수 있어서 감사합니다.
오픈 소스 참여를 돕기 위해서 기능을 추가했습니다.
feat: Add i18n support with Korean/English language selector