Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/sphinx-to-po.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sphinx-to-po.py')
-rw-r--r--utils/sphinx-to-po.py18
1 files changed, 17 insertions, 1 deletions
diff --git a/utils/sphinx-to-po.py b/utils/sphinx-to-po.py
index 77ffac7..2781360 100644
--- a/utils/sphinx-to-po.py
+++ b/utils/sphinx-to-po.py
@@ -3,8 +3,24 @@ import codecs, os, subprocess
SRC = [
'index',
'credits',
- 'summary',
'prolog',
+ 'intro',
+ 'section_1',
+ 'chapter_1',
+ 'chapter_2',
+ 'chapter_3',
+ 'chapter_4',
+ 'chapter_5',
+ 'chapter_6',
+ 'chapter_7',
+ 'chapter_8',
+ 'section_2',
+ 'chapter_9',
+ 'chapter_10',
+ 'chapter_11',
+ 'chapter_12',
+ 'annex',
+ 'credits_photo',
]
OUT = 'ceibal'