Mercurial > p > roundup > code
diff I18N_PROGRESS.txt @ 422:0f9a59c90e53
Converted roundup/cgi_client.py to use _()
Added the status file, I18N_PROGRESS.txt
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 30 Nov 2001 00:06:29 +0000 |
| parents | |
| children | c64ce58ee529 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/I18N_PROGRESS.txt Fri Nov 30 00:06:29 2001 +0000 @@ -0,0 +1,105 @@ +This list has been generated using the MANIFEST file. We should be able to +write a simple script to compare the two and make sure that all MANIFEST +files appear in here. + + +THESE FILES DO NOT USE _() +========================== +roundup-admin +roundup-mailgw +roundup-server +cgi-bin/roundup.cgi +roundup/__init__.py +roundup/cgitb.py +roundup/date.py +roundup/htmltemplate.py +roundup/hyperdb.py +roundup/i18n.py +roundup/init.py +roundup/install_util.py +roundup/instance.py +roundup/mailgw.py +roundup/password.py +roundup/roundupdb.py +roundup/templatebuilder.py +roundup/backends/__init__.py +roundup/backends/back_anydbm.py +roundup/backends/back_bsddb.py +roundup/backends/back_bsddb3.py +roundup/templates/__init__.py +roundup/templates/classic/__init__.py +roundup/templates/classic/dbinit.py +roundup/templates/classic/htmlbase.py +roundup/templates/classic/instance_config.py +roundup/templates/classic/interfaces.py +roundup/templates/classic/detectors/__init__.py +roundup/templates/classic/detectors/nosyreaction.py +roundup/templates/extended/__init__.py +roundup/templates/extended/dbinit.py +roundup/templates/extended/htmlbase.py +roundup/templates/extended/instance_config.py +roundup/templates/extended/interfaces.py +roundup/templates/extended/detectors/__init__.py +roundup/templates/extended/detectors/nosyreaction.py + + +THESE FILES DO USE _() +====================== +roundup/cgi_client.py + + +WE DON'T CARE ABOUT THESE FILES +=============================== +BUILD.txt +CHANGES.txt +INSTALL.txt +MIGRATION.txt +README.txt +setup.py +doc/implementation.txt +doc/index.html +doc/overview.html +doc/spec.html +doc/images/edit.png +doc/images/hyperdb.png +doc/images/logo-acl-medium.png +doc/images/logo-codesourcery-medium.png +doc/images/logo-software-carpentry-standard.png +doc/images/roundup-1.png +doc/images/roundup.png +roundup/templates/classic/html/file.index +roundup/templates/classic/html/file.newitem +roundup/templates/classic/html/issue.filter +roundup/templates/classic/html/issue.index +roundup/templates/classic/html/issue.item +roundup/templates/classic/html/msg.index +roundup/templates/classic/html/msg.item +roundup/templates/classic/html/style.css +roundup/templates/classic/html/user.index +roundup/templates/classic/html/user.item +roundup/templates/extended/html/file.index +roundup/templates/extended/html/file.newitem +roundup/templates/extended/html/issue.filter +roundup/templates/extended/html/issue.index +roundup/templates/extended/html/issue.item +roundup/templates/extended/html/msg.index +roundup/templates/extended/html/msg.item +roundup/templates/extended/html/style.css +roundup/templates/extended/html/support.filter +roundup/templates/extended/html/support.index +roundup/templates/extended/html/support.item +roundup/templates/extended/html/timelog.index +roundup/templates/extended/html/timelog.item +roundup/templates/extended/html/user.index +roundup/templates/extended/html/user.item +test/README.txt +test/__init__.py +test/test_dates.py +test/test_db.py +test/test_init.py +test/test_mailsplit.py +test/test_multipart.py +test/test_schema.py +test/test_templating.py +test/unittest.py +
