Warning, /education/gcompris/src/activities/template/ActivityInfo.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: YEAR NAME <EMAIL>
0004  * SPDX-License-Identifier: GPL-3.0-or-later
0005  */
0006 import GCompris 1.0
0007 
0008 ActivityInfo {
0009   name: "template/Template.qml"
0010   difficulty: 1
0011   icon: "template/template.svg"
0012   author: "NAME &lt;EMAIL&gt;"
0013   //: Activity title
0014   title: qsTr("Template activity")
0015   //: Help title
0016   description: qsTr("")
0017   //intro: "put here in comment the text for the intro voice"
0018   //: Help goal
0019   goal: qsTr("")
0020   //: Help prerequisite
0021   prerequisite: ""
0022   //: Help manual
0023   manual: qsTr("")
0024   credit: ""
0025   section: "fun"
0026   createdInVersion: creationversion
0027 }