Added a test to ensure that the output of msgfmt and pocompile are identical for
[translate_toolkit.git] / __init__.py
blobb31bd7b888cb755b3ddcb6904451ca7beb9efe9d
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3 #
4 # This file is part of translate.
6 # translate is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
11 # translate is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with translate; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 """The Translate Toolkit is a Python package that assists in localization of software.
22 See U{http://translate.sourceforge.net/wiki/toolkit/index} or U{http://translate.org.za} for more information.
24 @organization: Zuza Software Foundation
25 @copyright: 2002-2008 Zuza Software Foundation
26 @license: U{GPL <http://www.fsf.org/licensing/licenses/gpl.html>}
28 """