-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.meta.xml
37 lines (37 loc) · 1.2 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<extension id="lang_slovak" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Language: Slovak</name>
<description lang="en">Slovak translation for Symphony</description>
<description lang="sk">Slovenský preklad Symphony</description>
<repo type="github">https://github.com/jurajkapsz/lang_slovak</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/103579/</url>
<types>
<type>Translations</type>
</types>
<media>
<item type="image" url="https://static.jurajkapsz.sk/repos/lang_slovak/lang_slovak.png">System Language Setup.</item>
</media>
<authors>
<author>
<name github="jurajkapsz" symphony="juro">Juraj Kapsz</name>
<website>https://jurajkapsz.sk</website>
</author>
</authors>
<releases>
<release version="2.0.0" date="2019-07-19" min="2.7.0" max="2.7.x">
<![CDATA[
- Complete review; Updates for Symphony v2.7x
]]>
</release>
<release version="1.0.2" date="2013-09-24" min="2.3">
<![CDATA[
- Important bug fixes in translation
]]>
</release>
<release version="1.0" date="2013-09-22" min="2.3" max="2.3.x">
<![CDATA[
- Initial release
]]>
</release>
</releases>
</extension>