Jihoon Seo
Jihoon Seo
**Describe the bug** - Links are being translated resulting in broken URLs - Related issues - #156 Links are being translated resulting in broken URLs - #187 Fix 404s on...
**Describe the bug** In http://doug-martin.github.io/goqu/docs/dialect.html , these links are broken. > * [mysql](./dialect/mysql/mysql.go) - `import _ "github.com/doug-martin/goqu/v9/dialect/mysql"` > * [postgres](./dialect/postgres/postgres.go) - `import _ "github.com/doug-martin/goqu/v9/dialect/postgres"` > * [sqlite3](./dialect/sqlite3/sqlite3.go) - `import _...
- https://keras.io/ko/ - Edit on GitHub 버튼의 링크: https://github.com/keras-team/keras-docs-ko/edit/master/docs/index.md (broken) - https://keras.io/ko/backend/ - Edit on GitHub 버튼의 링크: https://github.com/keras-team/keras-docs-ko/edit/master/docs/backend.md (broken) - ...
How do you think about Localization and Internationalization of `https://graphql.org`? [Some links] - [Localization and Internationalization with Gatsby (i18n)](https://www.gatsbyjs.com/docs/how-to/adding-common-features/localization-i18n/) - https://reactjs.org/languages/ (`reactjs.org` is also Gatsby-based.) - https://graphql-kr.github.io (Korean-version website, outdated)...
This is a part of #2934, and it is about adding Korean L10n to KubeSphere Console.
[`content/ko/_TEMPLATE.md` 관련] 기존: 이 파일의 `status`가 `Completed`로 되어 있어서, left sidebar에 표출됩니다. - https://deploy-preview-1122--cncfglossary.netlify.app/ko/_template/ - https://deploy-preview-1131--cncfglossary.netlify.app/ko/_template/  개선: `status`를 `Feedback Appreciated`로 바꿔서, left sidebar에 표출되지 않도록 했습니다. 향후 주의사항: -...
I found that currently some parts of "Tags" pages are not internationalized: https://deploy-preview-1122--cncfglossary.netlify.app/ko/tags/애플리케이션/  https://deploy-preview-1122--cncfglossary.netlify.app/ko/tags/  and that thus those cannot be localized with [some simple modifications](https://github.com/cncf/glossary/pull/1232):  --- ...
I just noticed that the the order of topnav items is different for each language. I guess that those items are displayed in the alphabetical order of each language. [en]:...
Found by @seokho-son https://github.com/tidwall/gjson > GJSON is a Go package that provides a fast and simple way to get values from a json document. It has features such as one...