Ashampoo.Translation.Systems.Formats.TsProj 3.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Ashampoo.Translation.Systems.Formats.TsProj --version 3.1.1
NuGet\Install-Package Ashampoo.Translation.Systems.Formats.TsProj -Version 3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ashampoo.Translation.Systems.Formats.TsProj" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ashampoo.Translation.Systems.Formats.TsProj --version 3.1.1
#r "nuget: Ashampoo.Translation.Systems.Formats.TsProj, 3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ashampoo.Translation.Systems.Formats.TsProj as a Cake Addin
#addin nuget:?package=Ashampoo.Translation.Systems.Formats.TsProj&version=3.1.1

// Install Ashampoo.Translation.Systems.Formats.TsProj as a Cake Tool
#tool nuget:?package=Ashampoo.Translation.Systems.Formats.TsProj&version=3.1.1

TsProj

TsProj is a file format for storing translation strings in a .tsproj file.
It is a xml based format, intended to use with the Ashampoo Translation Studio, with the following structure:

<?xml version="1.0" encoding="utf-8"?>
<project name="My Project" version="1.0" author="Author" mail="author@email.com" source_language="source_language"
target_language="target_language">
    <component pluginguid="{F0D8F625-2EE3-4C84-96EC-BFBDD4946878}">
        <translation id="first id">
            <comment>first comment</comment>
            <source>first source</source>
            <target>first target</target>
        </translation>
        <translation id="second id">
            <comment>second comment</comment>
            <source>second source</source>
            <target>second target</target>
        </translation>
        <translation id="third id">
            <comment>third comment</comment>
            <source>third source</source>
            <target>third target</target>
        </translation>
    </component>
</project>
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated