Mercurial > p > roundup > code
view locale/en.po @ 5392:a7bf8c4e502f
Python 3 preparation: use sum() instead of reduce().
reduce() has changed from a built-in function to something in
functools in Python 3. However, since both uses were with
operator.add / operator.__add__, it seemed to make more sense to use
sum() instead of functools.reduce().
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Tue, 24 Jul 2018 23:01:57 +0000 |
| parents | 6e3e4f24c753 |
| children | cab6338d7868 52bf078368e8 |
line wrap: on
line source
# English message file for Roundup Issue Tracker # # roundup.pot revision 1.9 # # Currently Roundup has no strings that need english translation. # This file is a dummy needed to provide the user with english UI # if 'en' is the first item in locale preference list and the list # also contains existing Roundup locale name. # msgid "" msgstr "" "Project-Id-Version: Roundup 0.7.0\n" "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2004-07-13 13:24+0300\n" "PO-Revision-Date: 2004-11-20 13:47+0200\n" "Language-Team: English\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=us-ascii\n"
