dakeshi
dakeshi
In the crowdin, some strings need to more detailed context info. For example, `following/follow` string used a lot of places. So, I think that add screenshot in the context would...
***Describe the bug*** I created subaccount through following steps and wanted to get SEED phrase to login on wallet.near.org but I got `no matching key pair` error in some instructinos....
### Issue 설명(선택사항) 번역 프로젝트 플랫폼인 crowdin을 github와 연동해서 시범 운영 중입니다. 시범 운영 기간 동안 장점/단점을 평가해서 장기적인 프로젝트 도구로 이용할지 결정하도록 하겠습니다. 현재까지 파악된 장점 및 단점을 추가했습니다....
[Package initialization 챕터](https://www.transifex.com/golang-korea/go-specification/translate/#ko/program_initialization_and_execution_package_initializationmd/130649498)에 언급된 dependency, transitive dependency 와 depend on 에 관한 번역 제안과 참고 자료입니다. ### go lang에서의 dependency go lang 에서는 dependency(depend on 포함) 라는 용어는 패키지 레벨의...
번역자: Jhonghee Park (@jhonghee)
[continue 챕터](https://www.transifex.com/golang-korea/go-specification/translate/#ko/statements_continue_statementsmd/130649594) 리뷰 과정에서 라벨이 있는 continue 문과 관련된 토론이 진행되었습니다. break 문에도 적용되는 사항입니다. 토론의 대상이 된 원문 문장은 다음과 같습니다. https://golang.org/ref/spec#Continue_statements > If there is a label, it...
infinite precision(무한 정밀도) 에 대한 논의는 constant expression 챕터 리뷰과정에서 시작되었고, conversion 챕터 리뷰과정에서 implicit infinite precision 관련해서 추가 토의가 진행중입니다. constant expression 챕터에서 infinite precision이 언급된 문장은 다음과 같습니다....
empty method sets 관련 리뷰 토론 내용을 기록합니다. method sets 챕터에 다음과 같은 문장이 있습니다. > Any other type has an empty method set. @dakeshi interface {} 의 경우 empty...