Use application properties instead of ugly dual-use global variable
[gnumeric.git] / plugins / gnome-glossary / plugin.xml.in
blobeac0b5569fcadae5feec2719f80e09b7a560510b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <plugin id="Gnumeric_GnomeGlossary">
3 <information>
4 <_name>Gnome Glossary</_name>
5 <_description>It provides support for saving Gnome Glossary in .po files.</_description>
6 <require_explicit_enabling/>
7 </information>
8 <loader type="Gnumeric_PythonLoader:python">
9 <attribute name="module_name" value="gnome_glossary"/>
10 </loader>
11 <services>
12 <service type="file_saver" id="po" file_extension="po" format_level="write_only">
13 <information>
14 <_description>Gnome Glossary PO file format</_description>
15 </information>
16 </service>
17 </services>
18 </plugin>