File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is the Chinese translation of the CodeIgniter 4 User Guide, built using Sph
1010
1111### Building Documentation
1212``` bash
13- # Install dependencies (requires Python 3.5 +)
13+ # Install dependencies (requires Python 3.7 +)
1414pip install -r requirements.txt
1515
1616# Build HTML documentation
@@ -88,4 +88,12 @@ GitHub Actions automatically:
8888- Configuration: ` source/conf.py `
8989- Static assets: ` source/_static/**/* `
9090- Templates: ` source/_templates/**/* `
91- - Build output: ` build/**/* ` (git-ignored)
91+ - Build output: ` build/**/* ` (git-ignored)
92+
93+ ## AI Team Configuration
94+
95+ For CodeIgniter documentation translation tasks, use the ** codeigniter-translator** agent which specializes in:
96+ - Translating CodeIgniter 4 documentation from English to Chinese
97+ - Preserving ReStructuredText formatting and Sphinx directives
98+ - Maintaining technical terminology consistency
99+ - Following Chinese copywriting standards
You can’t perform that action at this time.
0 commit comments