-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinfo.xml
29 lines (29 loc) · 1.28 KB
/
info.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
<?xml version="1.0"?>
<extension key="com.cividesk.l10n.update" type="module">
<file>l10nupdate</file>
<name>Localization Update</name>
<description>Automated download of translations files for CiviCRM core and extensions.</description>
<urls>
<url desc="Main Extension Page">https://github.com/cividesk/com.cividesk.l10n.autofetch</url>
<url desc="Documentation">https://github.com/cividesk/com.cividesk.l10n.autofetch</url>
<url desc="Support">https://github.com/cividesk/com.cividesk.l10n.update/issues</url>
</urls>
<license>AGPL v3</license>
<maintainer>
<author>Nicolas Ganivet (cividesk)</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2022-07-08</releaseDate>
<version>1.2</version>
<compatibility>
<ver>5.49</ver>
</compatibility>
<comments>
Once installed, this extension will automatically download translation files for CiviCRM core and extensions when you
access either the localization settings or extension management screens in CiviCRM administration. The localization
settings screen will also display all possible languages you can enable in CiviCRM.
</comments>
<civix>
<namespace>CRM/L10nupdate</namespace>
</civix>
</extension>