-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdescription.xml
More file actions
21 lines (21 loc) · 953 Bytes
/
description.xml
File metadata and controls
21 lines (21 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:lo="http://libreoffice.org/extensions/description/2011">
<version value="0.0.1"/>
<identifier value="net.thebehrens.dictionary.nds_de"/>
<publisher>
<name xlink:href="http://www.thebehrens.net" lang="en">Jörn Knabbe & Thorsten Behrens</name>
</publisher>
<display-name>
<name lang="en">Low German spelling dictionary</name>
<name lang="de">Niederdeutsches Wörterbuch</name>
<name lang="nds">Plattdüütsch Wöörnbook</name>
</display-name>
<platform value="all" />
<extension-description>
<src xlink:href="description-en.txt" lang="en"/>
<src xlink:href="description-de.txt" lang="de"/>
<src xlink:href="description-nds.txt" lang="nds"/>
</extension-description>
</description>