summaryrefslogtreecommitdiff
path: root/src/mailman/testing/mailman-fr.mo
Commit message (Collapse)AuthorAgeFilesLines
* New template system. Closes #249Barry Warsaw2016-07-161-0/+0
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-0/+0
| | | | | | | | | | | "display_name" across the board. * `IMailingList.real_name` -> `IMailingList.display_name` * `IUser.real_name` -> `IUser.display_name` * `IAddress.real_name` -> `IAddress.display_name` * Schema changes: - real_name -> display_name (mailinglist, user, address)
* Do not create the .mo files during setup. This makes things go much faster.Barry Warsaw2009-11-241-0/+0
The tests do require a partial French translation for digester.txt, so just include the bare minimum, already msgfmt'd in the mailman.testing package.