Metadata-Version: 2.1
Name: BabelGladeExtractor
Version: 0.7.0
Summary: Babel l10n support for Glade, GtkBuilder, and .desktop files
Home-page: https://github.com/GNOME-Keysign/babel-glade
Author: Pedro Algarvio
Author-email: ufs@ufsoft.org
Maintainer: Tobias Mueller
Maintainer-email: tobiasmue@gnome.org
License: BSD
Keywords: PyGTK,PyGObject,Glade,GtkBuilder,gettext,Babel,I18n,L10n
License-File: LICENSE
Requires-Dist: Babel


This package contains message catalog extractors for the following
formats, extending Babel_ so it can handle them.

    * The older "Glade v2" XML format;
    * The new GtkBuilder-compatible "UI Definition XML" format used by
      Glade_ 3.8 and above;
    * The AppData XML dialect, because it's similar;
    * FreeDesktop.org ".desktop" files.

To make these formats translatable, install this package. Then in your
own projects map some source and data files to the simple extractor
names "glade" and "desktop" that are provided by this package. You can
then use Babel's setuptools integration or its command line interface
for routine i18n lifecycle tasks.

.. _Babel: http://babel.pocoo.org/en/latest/index.html
.. _Glade: https://glade.gnome.org/


