Skip to content

Commit

Permalink
fix: remove mod name l11n
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex committed Oct 27, 2021
1 parent 2fe2d6f commit bbc7d8c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions GodSeekerPlus/GodSeekerPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ namespace GodSeekerPlus {
public sealed partial class GodSeekerPlus : Mod {
public static GodSeekerPlus Instance { get; private set; }

public GodSeekerPlus() : base(L11nUtil.Localize("GodSeekerPlus")) { }


public override string GetVersion() => Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion;

private readonly ModuleManager moduleManager = new();
Expand Down
2 changes: 1 addition & 1 deletion GodSeekerPlus/GodSeekerPlus.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>GodSeekerPlus</AssemblyTitle>
<Version>0.9.0</Version>
<Version>0.9.1</Version>
<Description>A Hollow Knight mod to enhance your Godhome experience</Description>
<Authors>Clazex</Authors>
<Copyright>Copyright © 2021 Clazex</Copyright>
Expand Down
1 change: 0 additions & 1 deletion GodSeekerPlus/Lang/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"GodSeekerPlus": "God Seeker +",
"RequireRestart": "Requires a restart to take effect.",
"Modules/CarefreeMelodyFix": "Carefree Melody Fix",
"Modules/DoorDefaultBegin": "Door Default Begin",
Expand Down
1 change: 0 additions & 1 deletion GodSeekerPlus/Lang/zh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"GodSeekerPlus": "寻神者+",
"RequireRestart": "需重启以生效。",
"Modules/CarefreeMelodyFix": "无忧旋律修复",
"Modules/DoorDefaultBegin": "门默认开始",
Expand Down

0 comments on commit bbc7d8c

Please sign in to comment.