diff --git a/Assemblies/BetterKeybinding.dll b/Assemblies/BetterKeybinding.dll index 5ffb987..e4b899f 100644 Binary files a/Assemblies/BetterKeybinding.dll and b/Assemblies/BetterKeybinding.dll differ diff --git a/Assemblies/FollowMe.dll b/Assemblies/FollowMe.dll index 8fbac87..c344dec 100644 Binary files a/Assemblies/FollowMe.dll and b/Assemblies/FollowMe.dll differ diff --git a/Readme.md b/Readme.md index 17225ea..e979cc9 100644 --- a/Readme.md +++ b/Readme.md @@ -9,8 +9,9 @@ Can safely be enabled/disabled in ongoing saves. xProtosx: [Russian translation](https://github.com/fluffy-mods/FollowMe/commit/0f8f7b1) Jorge Martínez: [Spanish translations](https://github.com/fluffy-mods/FollowMe/commit/4e32b03) Oleksii Bespalov: [Fix settings saving](https://github.com/fluffy-mods/FollowMe/commit/eef73a6) -Proxyer: [Japanese Translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f) +Proxyer: [Japanese translation](https://github.com/fluffy-mods/FollowMe/commit/6e9507f) duduluu: [Chinese translation](https://github.com/fluffy-mods/FollowMe/commit/75a5a6f) +stiphendor: [French translation](https://github.com/fluffy-mods/FollowMe/commit/fe47a27) ![Think you found a bug?](https://banners.karel-kroeze.nl/title/Think%20you%20found%20a%20bug%3F.png) diff --git a/Source/Cinematics/CinematicCameraManager.cs b/Source/Cinematics/CinematicCameraManager.cs index 05d8589..a7ed9be 100644 --- a/Source/Cinematics/CinematicCameraManager.cs +++ b/Source/Cinematics/CinematicCameraManager.cs @@ -17,7 +17,7 @@ public override void FinalizeInit() { base.FinalizeInit(); if (!_patched) { - Harmony harmonyInstance = new Harmony( "Fluffy.FollowMe" ); + Harmony harmonyInstance = new( "Fluffy.FollowMe" ); harmonyInstance.PatchAll(Assembly.GetExecutingAssembly()); _patched = true; } diff --git a/modinfo.json b/modinfo.json index 7fc403a..8bbb24d 100644 --- a/modinfo.json +++ b/modinfo.json @@ -5,8 +5,8 @@ "url": "https://github.com/fluffy-mods/FollowMe", "version": { "major": 5, - "minor": 2, - "build": 104 + "minor": 3, + "build": 105 }, "author": { "name": "Fluffy", @@ -28,6 +28,15 @@ } ], "changelog": [ + { + "date": "2021-08-13T08:11:44.000Z", + "message": "French translation", + "author": { + "name": "stiphendor", + "email": "82418064+stiphendor@users.noreply.github.com" + }, + "hash": "fe47a2799cc47a94e4780f16753f4d72a3d68036" + }, { "date": "2021-08-11T08:21:19.000Z", "message": "Update Japanese translation", @@ -114,7 +123,7 @@ { "hash": "6e9507f262b6e37d9b070fa1ce8e35f79eb3bbd2", "author": "Proxyer", - "description": "Japanese Translation" + "description": "Japanese translation" }, { "hash": "75a5a6f01ef5bcde0da2f93574f1897fcfa064ba", @@ -126,6 +135,11 @@ "author": "Proxyer", "description": "Update Japanese translation", "suppressed": true + }, + { + "hash": "fe47a2799cc47a94e4780f16753f4d72a3d68036", + "author": "stiphendor", + "description": "French translation" } ], "contributors": { @@ -154,7 +168,7 @@ { "hash": "6e9507f", "author": "Proxyer", - "description": "Japanese Translation" + "description": "Japanese translation" } ], "duduluu": [ @@ -163,6 +177,13 @@ "author": "duduluu", "description": "Chinese translation" } + ], + "stiphendor": [ + { + "hash": "fe47a27", + "author": "stiphendor", + "description": "French translation" + } ] }, "attributions": [