Important
This documentation has been migrated to the main Doma repository.
Please visit https://github.com/domaframework/doma/ for the latest documentation.
This repository is now archived and no longer maintained.
This repository manages the English version of the Doma documentation. Localization into Japanese is managed manually.
We welcome contributions to improve both the English and Japanese versions.
- English: https://doma.readthedocs.io/en
- Japanese: https://doma.readthedocs.io/ja
Please read the CONTRIBUTING.md file.
日本語翻訳に協力してくれる方は、Issues または Discussions でお気軽にお声がけください。 英語から日本語への翻訳はもちろん、既存の日本語訳の修正や改善も歓迎します。
-
新しい翻訳を追加する場合:
docs
ディレクトリでsphinx-build -b gettext . _build/gettext
を実行してPOTファイルを生成docs/locale/ja/LC_MESSAGES/
内の対応する.po
ファイルを編集msgid
の英語テキストに対応するmsgstr
に日本語翻訳を記入
-
既存の翻訳を修正する場合:
docs/locale/ja/LC_MESSAGES/
内の該当する.po
ファイルを直接編集- 修正したい
msgstr
の内容を変更
-
ファイル構成:
- メインページ:
docs/locale/ja/LC_MESSAGES/index.po
- 各セクション:
docs/locale/ja/LC_MESSAGES/{セクション名}.po
- クエリ関連:
docs/locale/ja/LC_MESSAGES/query/{ファイル名}.po
- メインページ:
-
翻訳例:
msgid "Getting Started" msgstr "はじめに"
-
AIツールを活用した翻訳:
- Claude Code、Gemini CLI などのコーディングエージェントツールを使って効率的に翻訳できます
- 例: 「このPOファイルの未翻訳部分を日本語に翻訳してください」と依頼
- 大量の翻訳作業や一貫性のチェックに特に有効です
日本語翻訳に関する問い合わせは日本語で登録いただいて構いません。