forked from stfalcon-studio/ls-plugin_l10n
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
29 lines (29 loc) · 933 Bytes
/
Copy pathplugin.xml
File metadata and controls
29 lines (29 loc) · 933 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<name>
<lang name="default">L10n</lang>
</name>
<author>
<lang name="default">Web studio stfalcon.com</lang>
<lang name="russian">Веб студия stfalcon.com</lang>
<lang name="ukrainian">Веб студія stfalcon.com</lang>
</author>
<homepage>http://stfalcon.com/</homepage>
<version>0.4.0</version>
<requires>
<livestreet>1.0.1</livestreet>
<plugins>
</plugins>
</requires>
<description>
<lang name="default">Allows the user to choose interface language.</lang>
<lang name="russian">Позволяет пользователю выбирать язык интерфейса.</lang>
<lang name="ukrainian">Дає користувачу можливість вибирати мову інтерфейсу.</lang>
</description>
<delegate>
<module></module>
<action></action>
<template></template>
<entity></entity>
</delegate>
</plugin>