Skip to content

Commit

Permalink
Merge branch 'master' into feature/rajas-of-asia-support
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 20, 2025
2 parents 6dca697 + f63d29c commit 1f4c970
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="AwesomeAssertions" Version="8.0.0-rc.3" />
<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 @@ -27,4 +27,14 @@

# "Chaldean" is a broader term that better encompasses the Babylonian culture added to this heritage.
heritage_syriac: "Chaldean"
heritage_syriac_collective_noun: "Chaldeans"
heritage_syriac_collective_noun: "Chaldeans"

# "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 1f4c970

Please sign in to comment.