--- a/PluginKivy.e4p Wed Jun 12 18:51:49 2013 +0200 +++ b/PluginKivy.e4p Wed Jun 12 20:05:16 2013 +0200 @@ -10,6 +10,7 @@ <Version>0.1</Version> <Author>Detlev Offenbach</Author> <Email>detlev@die-offenbachs.de</Email> + <TranslationPattern>ProjectKivy/i18n/kivy_%language%.ts</TranslationPattern> <Eol index="1"/> <Sources> <Source>__init__.py</Source> @@ -18,12 +19,25 @@ <Source>ProjectKivy/KivyLexer.py</Source> </Sources> <Forms/> - <Translations/> + <Translations> + <Translation>ProjectKivy/i18n/kivy_de.ts</Translation> + <Translation>ProjectKivy/i18n/kivy_es.ts</Translation> + <Translation>ProjectKivy/i18n/kivy_en.ts</Translation> + <Translation>ProjectKivy/i18n/kivy_de.qm</Translation> + <Translation>ProjectKivy/i18n/kivy_en.qm</Translation> + </Translations> <Resources/> <Interfaces/> <Others> <Other>.hgignore</Other> <Other>PluginKivy.e4p</Other> + <Other>ProjectKivy/APIs/kivy.api</Other> + <Other>ProjectKivy/APIs/kivy.bas</Other> + <Other>ChangeLog</Other> + <Other>ProjectKivy/Documentation/LICENSE.GPL</Other> + <Other>ProjectKivy/Documentation/source</Other> + <Other>PKGLIST</Other> + <Other>PluginProjectKivy.zip</Other> </Others> <MainScript>PluginProjectKivy.py</MainScript> <Vcs> @@ -145,4 +159,68 @@ <FiletypeAssociation pattern="*.ui.h" type="FORMS"/> <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/> </FiletypeAssociations> + <Documentation> + <DocumentationParams> + <dict> + <key> + <string>ERIC4DOC</string> + </key> + <value> + <dict> + <key> + <string>cssFile</string> + </key> + <value> + <string>%PYTHON%/eric5/CSSs/default.css</string> + </value> + <key> + <string>ignoreDirectories</string> + </key> + <value> + <list> + <string>.eric5project</string> + <string>.ropeproject</string> + <string>_eric5project</string> + <string>_ropeproject</string> + </list> + </value> + <key> + <string>ignoreFilePatterns</string> + </key> + <value> + <list> + <string>Ui_*.py</string> + </list> + </value> + <key> + <string>outputDirectory</string> + </key> + <value> + <string>ProjectKivy/Documentation/source</string> + </value> + <key> + <string>qtHelpEnabled</string> + </key> + <value> + <bool>False</bool> + </value> + <key> + <string>sourceExtensions</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>useRecursion</string> + </key> + <value> + <bool>True</bool> + </value> + </dict> + </value> + </dict> + </DocumentationParams> + </Documentation> </Project>