Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Jul 19, 2024
1 parent c9b8176 commit 77e8c99
Show file tree
Hide file tree
Showing 6 changed files with 1,175 additions and 1,141 deletions.
2 changes: 1 addition & 1 deletion src/ColorMC.Core/Helpers/LanguageHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public static string GetName(this LanguageType type)
{
return type switch
{
LanguageType.en_us => "English",
LanguageType.en_us => "English(AI)",
LanguageType.zh_cn => "简体中文",
_ => ""
};
Expand Down
460 changes: 227 additions & 233 deletions src/ColorMC.Core/Resources/Language/core_en-us.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/ColorMC.Gui/ColorMC.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
<None Remove="Resource\Icon\new.svg" />
<None Remove="Resource\Icon\play.svg" />
<None Remove="Resource\Icon\reload.svg" />
<None Remove="Resource\Icon\resize.svg" />
<None Remove="Resource\Icon\setting.svg" />
<None Remove="Resource\Icon\Setting\item1.svg" />
<None Remove="Resource\Icon\Setting\item2.svg" />
Expand Down Expand Up @@ -255,7 +254,6 @@
<AvaloniaResource Include="Resource\Icon\play.svg" />
<AvaloniaResource Include="Resource\Icon\reload.svg" />
<AvaloniaResource Include="Resource\Icon\setting.svg" />
<AvaloniaResource Include="Resource\Icon\resize.svg" />
<AvaloniaResource Include="Resource\Icon\Setting\item1.svg" />
<AvaloniaResource Include="Resource\Icon\Setting\item2.svg" />
<AvaloniaResource Include="Resource\Icon\Setting\item3.svg" />
Expand Down
5 changes: 0 additions & 5 deletions src/ColorMC.Gui/Resource/Icon/resize.svg

This file was deleted.

Loading

0 comments on commit 77e8c99

Please sign in to comment.