Code

Add "action" attributes to forms.
[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/hyperdb.py
21 roundup/i18n.py
22 roundup/init.py
23 roundup/install_util.py
24 roundup/instance.py
25 roundup/mailgw.py
26 roundup/password.py
27 roundup/roundupdb.py
28 roundup/templatebuilder.py
29 roundup/backends/__init__.py
30 roundup/backends/back_anydbm.py
31 roundup/backends/back_bsddb.py
32 roundup/backends/back_bsddb3.py
33 roundup/templates/__init__.py
34 roundup/templates/classic/__init__.py
35 roundup/templates/classic/dbinit.py
36 roundup/templates/classic/htmlbase.py
37 roundup/templates/classic/config.py
38 roundup/templates/classic/interfaces.py
39 roundup/templates/classic/detectors/__init__.py
40 roundup/templates/classic/detectors/nosyreaction.py
43 THESE FILES DO USE _()
44 ======================
45 roundup-admin
46 roundup-mailgw
47 roundup-server
48 cgi-bin/roundup.cgi
49 roundup/__init__.py
50 roundup/admin.py
51 roundup/date.py
52 roundup/cgi/cgitb.py
55 WE DON'T CARE ABOUT THESE FILES
56 ===============================
57 BUILD.txt
58 CHANGES.txt
59 INSTALL.txt
60 README.txt
61 setup.py
62 doc/implementation.txt
63 doc/index.html
64 doc/overview.html
65 doc/spec.html
66 doc/images/edit.png
67 doc/images/hyperdb.png
68 doc/images/logo-acl-medium.png
69 doc/images/logo-codesourcery-medium.png
70 doc/images/logo-software-carpentry-standard.png
71 doc/images/roundup-1.png
72 doc/images/roundup.png
73 roundup/templates/classic/html/file.index
74 roundup/templates/classic/html/file.newitem
75 roundup/templates/classic/html/issue.filter
76 roundup/templates/classic/html/issue.index
77 roundup/templates/classic/html/issue.item
78 roundup/templates/classic/html/msg.index
79 roundup/templates/classic/html/msg.item
80 roundup/templates/classic/html/style.css
81 roundup/templates/classic/html/user.index
82 roundup/templates/classic/html/user.item
83 test/README.txt
84 test/__init__.py
85 test/test_dates.py
86 test/test_db.py
87 test/test_init.py
88 test/test_mailsplit.py
89 test/test_multipart.py
90 test/test_schema.py
91 test/test_templating.py
92 test/unittest.py