Skip to content

Commit

Permalink
fix i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Aug 4, 2024
1 parent e6ac46a commit 876c20d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Dnsk.I18n/Dnsk.I18n.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<PackageReference Include="Fluid.Core" Version="2.5.0" />
</ItemGroup>

<!-- <Target Name="GenerateI18n" BeforeTargets="BeforeBuild">-->
<!-- <Exec Command="dotnet tool restore"/>-->
<!-- <Exec Command="dotnet tool run dotnet-common-cmds i18n &quot;$(MSBuildProjectDirectory)&quot; $(MSBuildProjectName) false"/>-->
<!-- </Target>-->
<Target Name="GenerateI18n" BeforeTargets="BeforeBuild">
<Exec Command="dotnet tool restore"/>
<Exec Command="dotnet tool run dotnet-common-cli i18n &quot;$(MSBuildProjectDirectory)&quot; $(MSBuildProjectName) false"/>
</Target>

</Project>
4 changes: 2 additions & 2 deletions Dnsk.I18n/Keys.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

namespace Dnsk.I18n;
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.I18n/SDE.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

using Common.Shared;
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.I18n/SEN.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

using Common.Shared;
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.I18n/SES.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

using Common.Shared;
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.I18n/SFR.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

using Common.Shared;
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.I18n/SIT.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

using Common.Shared;
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.I18n/SZLibrary.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated Code File, Do Not Edit.
// This file is generated with Common.Cmds.
// see https://github.com/0xor1/common/blob/main/Common.Cmds/I18n.cs
// This file is generated with Common.Cli.
// see https://github.com/0xor1/common/blob/main/Common.Cli/I18n.cs
// executed with arguments: i18n <abs_file_path_to>/Dnsk.I18n Dnsk.I18n false

using Common.Shared;
Expand Down

0 comments on commit 876c20d

Please sign in to comment.