Fix of transifex translations by adding the appinfo faile again

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2022-01-16 23:24:09 +01:00
Родитель d2949dad2c
Коммит f16ddcde6a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9FC3120E932F73F1
2 изменённых файлов: 29 добавлений и 2 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -1,8 +1,6 @@
*.swp
*.swo
/appinfo/info.xml
cookbook.tar.gz
.idea/

29
appinfo/info.xml Normal file
Просмотреть файл

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!-- Do not alter this file in directly, tweak the template in .github/actions/deploy/info.xml.dist! -->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>cookbook</id>
<name>Cookbook</name>
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
<version>0.9.9</version>
<licence>agpl</licence>
<author mail="mrzapp@users.noreply.github.com">Jeppe Zapp</author>
<namespace>Cookbook</namespace>
<category>organization</category>
<website>https://github.com/nextcloud/cookbook/</website>
<bugs>https://github.com/nextcloud/cookbook/issues</bugs>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot1_small.png">https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot1_small.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot2.png</screenshot>
<dependencies>
<php min-version="7.3"/>
<nextcloud min-version="19" max-version="23"/>
</dependencies>
<navigations>
<navigation>
<name>Cookbook</name>
<route>cookbook.main.index</route>
<icon>app.svg</icon>
</navigation>
</navigations>
</info>