You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7
7
This is the documentation repository for Doma, a database access framework for Java. The documentation is built using Sphinx and hosted on ReadTheDocs. The repository manages:
8
8
9
9
- English documentation (primary)
10
-
- Japanese translation via Crowdin integration
10
+
- Japanese translation
11
11
- Multiple output formats (HTML, PDF, ePub)
12
12
13
13
## Development Commands
@@ -41,12 +41,6 @@ make
41
41
cd docs
42
42
# Generate POT files for translation
43
43
sphinx-build -b gettext . _build/gettext
44
-
45
-
# Upload to Crowdin (admin only)
46
-
crowdin push
47
-
48
-
# Download translations (admin only)
49
-
crowdin pull
50
44
```
51
45
52
46
## Architecture
@@ -74,8 +68,7 @@ These variables can be used in documentation via Jinja templating.
74
68
75
69
### Translation Workflow
76
70
- English content is written in .rst files
77
-
- Crowdin integration automatically generates .pot files for translators
78
-
- Japanese translations are managed via Crowdin project: https://crowdin.com/project/doma-docs
71
+
- POT files for translation are generated using `sphinx-build -b gettext`
79
72
- Translated .po files are stored in `/docs/locale/ja/LC_MESSAGES/`
0 commit comments