-
Notifications
You must be signed in to change notification settings - Fork 406
feat(locadex): continuous i18n #4808
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,20 @@ | ||
| --- | ||
| description: '開発と貢献のインデックスページ' | ||
| description: "開発とコントリビューションのインデックスページ" | ||
| slug: /development/ | ||
| title: '開発と貢献' | ||
| doc_type: 'landing-page' | ||
| title: "開発とコントリビューション" | ||
| doc_type: "landing-page" | ||
| --- | ||
|
|
||
| このセクションには、次のページが含まれます。 | ||
| このセクションでは、以下のページをご覧いただけます: | ||
|
|
||
| {/* 以下の目次は、YAML フロントマターの title、description、slug フィールドから、 | ||
| 次のスクリプトによって自動生成されています: | ||
| <!-- 以下の目次は、YAMLフロントマターフィールド(title、description、slug)から | ||
| 以下のスクリプトによって自動生成されます: | ||
| https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh | ||
| 誤りを見つけた場合や説明を改善したい場合は、これらのファイル自体を | ||
| 直接編集してください。 | ||
| */ } | ||
| 誤りを見つけた場合や説明を改善したい場合は、 | ||
| 該当ファイルを直接編集してください。 | ||
| --> | ||
|
|
||
| {/*AUTOGENERATED_START*/ } | ||
|
|
||
| | Page | Description | | ||
| | ------------------------------------------------------------------------------------------- | --------------------------------------------------------- | | ||
| | [Developer Prerequisites](/development/developer-instruction) | ClickHouse 開発の前提条件とセットアップ手順 | | ||
| | [How to Build ClickHouse on Linux](/development/build) | Linux システム上で ClickHouse をソースからビルドするためのステップバイステップガイド | | ||
| | [Build on macOS for macOS](/development/build-osx) | macOS システム上で ClickHouse をソースからビルドするためのガイド | | ||
| | [Build on Linux for macOS](/development/build-cross-osx) | Linux 上で macOS 向けに ClickHouse をクロスコンパイルするためのガイド | | ||
| | [How to Build ClickHouse on Linux for AARCH64](/development/build-cross-arm) | AARCH64 アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド | | ||
| | [How to Build ClickHouse on Linux for RISC-V 64](/development/build-cross-riscv) | RISC-V 64 アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド | | ||
| | [Build on Linux for s390x (zLinux)](/development/build-cross-s390x) | s390x アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド | | ||
| | [Build on Linux for E2K](/development/build-e2k) | E2K アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド | | ||
| | [Build on Linux for LoongArch64](/development/build-cross-loongarch) | LoongArch64 アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド | | ||
| | [Testing ClickHouse](/development/tests) | ClickHouse のテスト実行およびテストスイートの実行方法に関するガイド | | ||
| | [Architecture Overview](/development/architecture) | ClickHouse のアーキテクチャとカラム指向設計に関する包括的な概要 | | ||
| | [Continuous Integration (CI)](/development/continuous-integration) | ClickHouse の継続的インテグレーション (CI) システムの概要 | | ||
| | [Third-Party Libraries](/development/contrib) | ClickHouse におけるサードパーティライブラリの利用方法、およびライブラリの追加と保守方法を説明するページ | | ||
| | [C++ Style Guide](/development/style) | ClickHouse の C++ 開発におけるコーディングスタイルガイドライン | | ||
| | [Build Clickhouse with DEFLATE_QPL](/development/building_and_benchmarking_deflate_qpl) | ClickHouse を DEFLATE_QPL コーデック付きでビルドし、ベンチマークを実行する方法 | | ||
| | [Integrating Rust Libraries](/development/integrating_rust_libraries) | Rust ライブラリを ClickHouse に統合するためのガイド | | ||
|
|
||
| {/*AUTOGENERATED_END*/ } | ||
| <!--AUTOGENERATED_START--> | ||
| <!--AUTOGENERATED_END--> | ||
|
Comment on lines
+19
to
+20
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is also a build time script https://github.com/ClickHouse/clickhouse-docs/blob/3ca614629bc6c4c1eeecb97840e8e1b5ad7c07bc/scripts/autogenerate-table-of-contents.sh that generates a table of contents for these landing pages. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These snippet imports should be from the Japanese version, otherwise the snippet content will show up as English inside the Japanese page.