Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/dotnet_sdk/dotnet-sdk-9.0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Jan 20, 2025
2 parents 369b370 + f63d29c commit 3b80d28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="6.0.3">
<PackageReference Include="coverlet.msbuild" Version="6.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -23,7 +23,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PackageReference Include="coverlet.collector" Version="6.0.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@
unlock_final_hasan_decisions_1_tt: ""
unlock_final_hasan_decisions_2_tt: ""
unlock_final_hasan_decisions_3_tt: ""

# "Ancient Egyptian" is weird as a name for a culture that exists in the megacampaign timeline.
ancient_egyptian: "Kemetic"
ancient_egyptian_collective_noun: "Kemetics"
ancient_egyptian_prefix: "Egypto"
# "Egyptian" should not be used for the later Arabic-speaking population of Egypt.
# Instead, base the name on "Misr", the Arabic name for Egypt.
egyptian: "Misri"
egyptian_collective_noun: "Misris"
egyptian_prefix: "Egypto"

0 comments on commit 3b80d28

Please sign in to comment.