Skip to content

Commit

Permalink
Japanese translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCSUser committed Dec 15, 2021
1 parent 457695c commit 71d021e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions HideItBobby.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@
<Content Include="_Resources\sha\hide_it_bobby.31.en.sha256.txt" />
<Content Include="_Resources\sha\hide_it_bobby.31.ja.sha256.txt" />
<Content Include="_Resources\sha\hide_it_bobby.31.ko.sha256.txt" />
<Content Include="_Resources\sha\hide_it_bobby.32.ja.sha256.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition=" '$(Configuration)' == 'Dev' ">
Expand Down
3 changes: 2 additions & 1 deletion Localization/LocaleFilesManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ internal sealed class LocaleFilesManager : WithContext
hide_it_bobby_31_ja_sha256,
hide_it_bobby_31_ko_sha256,
hide_it_bobby_31_en_sha256,
hide_it_bobby_32_ja_sha256,
});
private static readonly Lazy<Dictionary<string, string>> _keyToHash = new Lazy<Dictionary<string, string>>(() => new Dictionary<string, string>
{
{ "de", hide_it_bobby_29_de_sha256 },
{ "en", hide_it_bobby_31_en_sha256 },
{ "es", hide_it_bobby_29_es_sha256 },
{ "ja", hide_it_bobby_31_ja_sha256 },
{ "ja", hide_it_bobby_32_ja_sha256 },
{ "ko", hide_it_bobby_31_ko_sha256 },
{ "pl", hide_it_bobby_29_pl_sha256 },
{ "ru", hide_it_bobby_29_ru_sha256 },
Expand Down
2 changes: 1 addition & 1 deletion Properties/ModProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class ModProperties
{
public const string HarmonyId = "com.github.TheCSUser.HideItBobby";
public const string Version = "1.30";
public const int VersionInteger = 31;
public const int VersionInteger = 32;
public const string Name = "Hide it, Bobby!";
public const string ShortName = "HideItBobby";
#if DEV
Expand Down
3 changes: 3 additions & 0 deletions Properties/ResourcesSHA.resx
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,7 @@
<data name="hide_it_bobby_31_ko_sha256" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\_resources\sha\hide_it_bobby.31.ko.sha256.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1250</value>
</data>
<data name="hide_it_bobby_32_ja_sha256" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\_resources\sha\hide_it_bobby.32.ja.sha256.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1250</value>
</data>
</root>
9 changes: 9 additions & 0 deletions Properties/ResourcesSHA1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions _Resources/hide_it_bobby.ja.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<string name="BulldozerBar">ブルドーザーバーを非表示</string>
<string name="Thermometer">温度計を非表示</string>
<string name="ModifyToolbarPosition">ツールバーの位置を変更</string>
<string name="CursorInfoHeader">設置時と撤去時に出るポップアップ情報を非表示:</string>
<string name="NetworksCursorInfo">道路や他のネットワーク</string>
<string name="BuildingsCursorInfo">建物</string>
<string name="TreesCursorInfo">ツリー</string>
<string name="PropsCursorInfo">Prop</string>
<!-- objects and props -->
<string name="ObjectsAndPropsGroup">オブジェクトとProp</string>
<string name="Seagulls">カモメを取り除く</string>
Expand Down
1 change: 1 addition & 0 deletions _Resources/sha/hide_it_bobby.32.ja.sha256.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2f2406dff75675b8e34d24eaf7a4471aefb8637b4f69d47eb979e3e61343c45b

0 comments on commit 71d021e

Please sign in to comment.