Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TranslationProject.xpt.xml « templates « MonoDevelop.Gettext « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9892b78a9f813c23a4d072fbe8f0d0633420abd6 (plain)
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
<?xml version="1.0"?>
<Template originator = "Mike Krüger">

	<!-- Template Header -->
	<TemplateConfiguration>
		<_Name>Translation Project</_Name>
		<Category>other/misc/generic</Category>
		<Icon>md-locale-project</Icon>
		<Image id="md-locale-project" />
		<_Description>Creates a translation project.</_Description>
		<DefaultFilename>TranslationProject</DefaultFilename>
		<FileExtension>.mdproj</FileExtension>
	</TemplateConfiguration>
	
	<!-- Template Content -->
	<Combine name = "${ProjectName}" directory = ".">
		<CombineEntry name = "${ProjectName}" 
		              directory = "." 
		              type = "MonoDevelop.Gettext.TranslationProject"
		              packageName="i8n1" 
		              outputType="RelativeToOutput" 
		              relPath="locale" />
	</Combine>
	
</Template>