Add parser for gettext po files.

This commit is contained in:
2019-05-24 00:28:29 +01:00
parent f32bace3c6
commit b56eb104dc
2 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Claunia.Localization.Core\Claunia.Localization.Core.csproj" />
</ItemGroup>
</Project>