Skip to content

Commit 6f808f1

Browse files
author
Richard Jones
committed
Converted roundup/cgi_client.py to use _()
Added the status file, I18N_PROGRESS.txt
1 parent 60b4db2 commit 6f808f1

File tree

2 files changed

+179
-67
lines changed

2 files changed

+179
-67
lines changed

I18N_PROGRESS.txt

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
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.
4+
5+
6+
THESE FILES DO NOT USE _()
7+
==========================
8+
roundup-admin
9+
roundup-mailgw
10+
roundup-server
11+
cgi-bin/roundup.cgi
12+
roundup/__init__.py
13+
roundup/cgitb.py
14+
roundup/date.py
15+
roundup/htmltemplate.py
16+
roundup/hyperdb.py
17+
roundup/i18n.py
18+
roundup/init.py
19+
roundup/install_util.py
20+
roundup/instance.py
21+
roundup/mailgw.py
22+
roundup/password.py
23+
roundup/roundupdb.py
24+
roundup/templatebuilder.py
25+
roundup/backends/__init__.py
26+
roundup/backends/back_anydbm.py
27+
roundup/backends/back_bsddb.py
28+
roundup/backends/back_bsddb3.py
29+
roundup/templates/__init__.py
30+
roundup/templates/classic/__init__.py
31+
roundup/templates/classic/dbinit.py
32+
roundup/templates/classic/htmlbase.py
33+
roundup/templates/classic/instance_config.py
34+
roundup/templates/classic/interfaces.py
35+
roundup/templates/classic/detectors/__init__.py
36+
roundup/templates/classic/detectors/nosyreaction.py
37+
roundup/templates/extended/__init__.py
38+
roundup/templates/extended/dbinit.py
39+
roundup/templates/extended/htmlbase.py
40+
roundup/templates/extended/instance_config.py
41+
roundup/templates/extended/interfaces.py
42+
roundup/templates/extended/detectors/__init__.py
43+
roundup/templates/extended/detectors/nosyreaction.py
44+
45+
46+
THESE FILES DO USE _()
47+
======================
48+
roundup/cgi_client.py
49+
50+
51+
WE DON'T CARE ABOUT THESE FILES
52+
===============================
53+
BUILD.txt
54+
CHANGES.txt
55+
INSTALL.txt
56+
MIGRATION.txt
57+
README.txt
58+
setup.py
59+
doc/implementation.txt
60+
doc/index.html
61+
doc/overview.html
62+
doc/spec.html
63+
doc/images/edit.png
64+
doc/images/hyperdb.png
65+
doc/images/logo-acl-medium.png
66+
doc/images/logo-codesourcery-medium.png
67+
doc/images/logo-software-carpentry-standard.png
68+
doc/images/roundup-1.png
69+
doc/images/roundup.png
70+
roundup/templates/classic/html/file.index
71+
roundup/templates/classic/html/file.newitem
72+
roundup/templates/classic/html/issue.filter
73+
roundup/templates/classic/html/issue.index
74+
roundup/templates/classic/html/issue.item
75+
roundup/templates/classic/html/msg.index
76+
roundup/templates/classic/html/msg.item
77+
roundup/templates/classic/html/style.css
78+
roundup/templates/classic/html/user.index
79+
roundup/templates/classic/html/user.item
80+
roundup/templates/extended/html/file.index
81+
roundup/templates/extended/html/file.newitem
82+
roundup/templates/extended/html/issue.filter
83+
roundup/templates/extended/html/issue.index
84+
roundup/templates/extended/html/issue.item
85+
roundup/templates/extended/html/msg.index
86+
roundup/templates/extended/html/msg.item
87+
roundup/templates/extended/html/style.css
88+
roundup/templates/extended/html/support.filter
89+
roundup/templates/extended/html/support.index
90+
roundup/templates/extended/html/support.item
91+
roundup/templates/extended/html/timelog.index
92+
roundup/templates/extended/html/timelog.item
93+
roundup/templates/extended/html/user.index
94+
roundup/templates/extended/html/user.item
95+
test/README.txt
96+
test/__init__.py
97+
test/test_dates.py
98+
test/test_db.py
99+
test/test_init.py
100+
test/test_mailsplit.py
101+
test/test_multipart.py
102+
test/test_schema.py
103+
test/test_templating.py
104+
test/unittest.py
105+

0 commit comments

Comments
 (0)