blob: fcc0556a61bfea415eb0b2420ff50aa20fee128c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
<longdescription lang="en">
EggTranslations is a flexible object-oriented resource loader that is
designed to work in projects that are distributed as Python eggs. Its main
goals are to support localization of resources (e.g. images, help files and
other documentation), and to allow localization of text in your application
by loading GNU gettext .mo files. However, you don't have to be dealing with
localizable resources to use EggTranslations: You can use it to organize
non-localizable resources, too.
</longdescription>
</pkgmetadata>
|