Skip to content

Commit

Permalink
チェコ語とドイツ語が適用されない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
DekoKiyo committed Jun 29, 2024
1 parent 616cd00 commit 4fd6b83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions JapaneseCallouts/Helpers/LanguageHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ internal static string GetLangCode(ELanguages lang)
ELanguages.Japanese => "ja-JP",
ELanguages.Russian => "ru-RU",
ELanguages.Italian => "it-IT",
ELanguages.Czech => "cs-CZ",
ELanguages.German => "de-DE",
_ => "en-US"
};
}
Expand Down
2 changes: 1 addition & 1 deletion JapaneseCallouts/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ namespace JapaneseCallouts;
internal class Main : Plugin
{
// Change here if you want to change the version.
internal const string VERSION = "1.0.0";
internal const string VERSION = "1.0.1";

private static readonly (string path, bool isError)[] REQUIRE_FILES_PATH =
[
Expand Down
2 changes: 1 addition & 1 deletion plugin_data.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": "1.0.0"
"latest": "1.0.1"
}

0 comments on commit 4fd6b83

Please sign in to comment.