Question How can i fix this Champagne Wishes mod error?

komori

Newcomer
Hi!
I recently started playing SDV and installed a lot of mods, but the only one who gives me errors is Champagne Wishes
here's the log:

[(MFM) Champagne Wishes] Mod couldn't load some translation files:
[(MFM) Champagne Wishes] - fr.json file couldn't be parsed: Newtonsoft.Json.JsonReaderException: Can't parse JSON file at C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\[MFM] Champagne Wishes\i18n\fr.json. This doesn't seem to be valid JSON.
Technical details: After parsing a value an unexpected character was encountered: ". Path '['kirroyal.text']', line 9, position 0.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
at StardewModdingAPI.Framework.SCore.ReadTranslationFiles(String folderPath, IList`1& errors) in SMAPI\Framework\SCore.cs:line 2207
[(MFM) Champagne Wishes] - zh.json file couldn't be parsed: Newtonsoft.Json.JsonReaderException: Can't parse JSON file at C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\[MFM] Champagne Wishes\i18n\zh.json. This doesn't seem to be valid JSON.
Technical details: After parsing a value an unexpected character was encountered: ". Path '['kirroyal.text']', line 12, position 0.
at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in SMAPI.Toolkit\Serialization\JsonHelper.cs:line 86
at StardewModdingAPI.Framework.SCore.ReadTranslationFiles(String folderPath, IList`1& errors) in SMAPI\Framework\SCore.cs:line 2207

I tried installing both the Nexus and ModDrop archives but it gives me the same error
 
Top