Code

fixed the order of the blank line and '-------' line
[roundup.git] / I18N_PROGRESS.txt
1 This list has been generated using the MANIFEST file. We should be able to
2 write a simple script to compare the two and make sure that all MANIFEST
3 files appear in here.
5 To generate a messages.pot file, use this command:
7     python tools/pygettext.py roundup roundup-* cgi-bin/roundup.cgi
9 "messages.pot" then contains a positive list of files using _(), which can
10 be extracted by;
12     grep "#: " messages.pot | tr ":#0123456789 " "\012" | sort | uniq
14 Of course, this does not check whether a file is fully translated, only
15 whether there is at least one use of "_()".
18 THESE FILES DO NOT USE _()
19 ==========================
20 roundup-admin
21 roundup-mailgw
22 roundup-server
23 cgi-bin/roundup.cgi
24 roundup/__init__.py
25 roundup/cgitb.py
26 roundup/date.py
27 roundup/htmltemplate.py
28 roundup/hyperdb.py
29 roundup/i18n.py
30 roundup/init.py
31 roundup/install_util.py
32 roundup/instance.py
33 roundup/mailgw.py
34 roundup/password.py
35 roundup/roundupdb.py
36 roundup/templatebuilder.py
37 roundup/backends/__init__.py
38 roundup/backends/back_anydbm.py
39 roundup/backends/back_bsddb.py
40 roundup/backends/back_bsddb3.py
41 roundup/templates/__init__.py
42 roundup/templates/classic/__init__.py
43 roundup/templates/classic/dbinit.py
44 roundup/templates/classic/htmlbase.py
45 roundup/templates/classic/instance_config.py
46 roundup/templates/classic/interfaces.py
47 roundup/templates/classic/detectors/__init__.py
48 roundup/templates/classic/detectors/nosyreaction.py
49 roundup/templates/extended/__init__.py
50 roundup/templates/extended/dbinit.py
51 roundup/templates/extended/htmlbase.py
52 roundup/templates/extended/instance_config.py
53 roundup/templates/extended/interfaces.py
54 roundup/templates/extended/detectors/__init__.py
55 roundup/templates/extended/detectors/nosyreaction.py
58 THESE FILES DO USE _()
59 ======================
60 roundup/cgi_client.py
63 WE DON'T CARE ABOUT THESE FILES
64 ===============================
65 BUILD.txt
66 CHANGES.txt
67 INSTALL.txt
68 MIGRATION.txt
69 README.txt
70 setup.py
71 doc/implementation.txt
72 doc/index.html
73 doc/overview.html
74 doc/spec.html
75 doc/images/edit.png
76 doc/images/hyperdb.png
77 doc/images/logo-acl-medium.png
78 doc/images/logo-codesourcery-medium.png
79 doc/images/logo-software-carpentry-standard.png
80 doc/images/roundup-1.png
81 doc/images/roundup.png
82 roundup/templates/classic/html/file.index
83 roundup/templates/classic/html/file.newitem
84 roundup/templates/classic/html/issue.filter
85 roundup/templates/classic/html/issue.index
86 roundup/templates/classic/html/issue.item
87 roundup/templates/classic/html/msg.index
88 roundup/templates/classic/html/msg.item
89 roundup/templates/classic/html/style.css
90 roundup/templates/classic/html/user.index
91 roundup/templates/classic/html/user.item
92 roundup/templates/extended/html/file.index
93 roundup/templates/extended/html/file.newitem
94 roundup/templates/extended/html/issue.filter
95 roundup/templates/extended/html/issue.index
96 roundup/templates/extended/html/issue.item
97 roundup/templates/extended/html/msg.index
98 roundup/templates/extended/html/msg.item
99 roundup/templates/extended/html/style.css
100 roundup/templates/extended/html/support.filter
101 roundup/templates/extended/html/support.index
102 roundup/templates/extended/html/support.item
103 roundup/templates/extended/html/timelog.index
104 roundup/templates/extended/html/timelog.item
105 roundup/templates/extended/html/user.index
106 roundup/templates/extended/html/user.item
107 test/README.txt
108 test/__init__.py
109 test/test_dates.py
110 test/test_db.py
111 test/test_init.py
112 test/test_mailsplit.py
113 test/test_multipart.py
114 test/test_schema.py
115 test/test_templating.py
116 test/unittest.py