Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RiabushenkoA committed Jan 7, 2025
2 parents 148b916 + 7c28a73 commit 8cc74bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Apps.Systran/Apps.Systran.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<Nullable>enable</Nullable>
<Product>Systran [Beta]</Product>
<Description>SYSTRAN Translate API is built around a RESTful API and can be used in all types of applications.This API Reference is intended for developers who want to write applications that can interact with the SYSTRAN Translate API. You can integrate our translation technology directly in your internal or external applications to make them multilingual or translate texts and files by using the SYSTRAN Translate API.</Description>
<<<<<<< HEAD
<Version>1.0.2</Version>
=======
<Version>1.0.1</Version>
>>>>>>> main
<AssemblyName>Apps.Systran</AssemblyName>
</PropertyGroup>

Expand All @@ -20,4 +24,8 @@
<EmbeddedResource CopyToOutputDirectory="Always" Include="image\icon.png"></EmbeddedResource>
</ItemGroup>

</Project>
<<<<<<< HEAD
</Project>
=======
</Project>
>>>>>>> main
6 changes: 6 additions & 0 deletions Apps.Systran/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@ Before you can connect you need to make sure that:

### Dictionary

<<<<<<< HEAD
- **Create dictionary** Generate a dictionary and populate it from a `.tbx` file
- **Export dictionary** Export dictionary as `.tbx` file
- **Update dictionary from TBX file** Import entries from a `.tbx` file to update an existing dictionary.
=======
- **Create dictionary** Create a dictionary and populate it using a `.tbx` file
- **Export dictionary** Export dictionary as TBX file
- **Update dictionary from TBX file** Update an existing dictionary by importing entries from a `.tbx` file
>>>>>>> main
### File

Expand Down

0 comments on commit 8cc74bc

Please sign in to comment.