summaryrefslogtreecommitdiff
path: root/src/mailman/testing/mailman-fr.po
Commit message (Collapse)AuthorAgeFilesLines
* New template system. Closes #249Barry Warsaw2016-07-161-8/+4
| | | | | 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-6/+6
| | | | | | | | | | | "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/+84
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.