
Dwarven Expansion (Latin Spanish)
-
Endorsements
-
Unique DLs--
-
Total DLs--
-
Total views--
-
Version2.0.1
- Original File
- Download:
- Manual
17 comments
Me aparece esto en SMAPI
[Dwarven Expansion] Mod couldn't load some translation files:
[Dwarven Expansion] - es.json couldn't be parsed: Newtonsoft.Json.JsonReaderException: Can't parse JSON file at C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\SKILLS\DwarvenExpansion\i18n\es.json. This doesn't seem to be valid JSON.
Technical details: After parsing a value an unexpected character was encountered: ". Path '['Jewelry_R_Aquamarine.Description']', line 397, position 2.
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 2287
Como lo puedo solucionar?
Gracias
https://github.com/mytigio/SDV_DwarvenExpansion/compare/59f13c1518db1c2957bd1fb2dc969c31dba1b0c9...main#diff-8258be70771ff02d1febb1b57077472b459d811a3dcff4c20cdfdd292873f16b
Other modders usually send me updates in different ways that make the work easier, for example:
- Some add // to mark new texts, so they appear highlighted in green in the editor, making them easy to find.
- Others send me only the new texts that need to be added.
- Some place the new texts at the top of the default.json file, indicating which version they belong to.
These three methods allow me to quickly translate the new texts."¡Saludos y gracias de nuevo!
---EDITO---
Nada, me he dado cuenta de qué pasa: sobra esa línea 132 entera. Estoy teniendo otros problemas, ahora es la línea 151. Voy a testear todo y edito con los problemas que encuentre mejor. Perdona el jaleo, hombre.
APAÑAO:
La línea 132 sobra al completo
Al final de las líneas 148 y 330 falta una coma
Con estas minicorrecciones ya funciona a la perfección.
Oye, me sale esto en amarillo y no sé cómo solucionarlo:
Mod couldn't load some translation files:[Dwarven Expansion] - es.json couldn't be parsed: Newtonsoft.Json.JsonReaderException: Can't parse JSON file at D:\Steam\steamapps\common\Stardew Valley\Mods\Expansiones y Mapas\DwarvenExpansion-22021-1-1-11-1737609791\DwarvenExpansion\i18n\es.json. This doesn't seem to be valid JSON.Technical details: After parsing a value an unexpected character was encountered: C. Path '['Claymixer.Description']', line 132, position 27. at StardewModdingAPI.Toolkit.Serialization.JsonHelper.ReadJsonFileIfExists[TModel](String fullPath, TModel& result) in /home/pathoschild/git/SMAPI/src/SMAPI.Toolkit/Serialization/JsonHelper.cs:line 86 at StardewModdingAPI.Framework.SCore.ReadTranslationFiles(String folderPath, IList`1& errors) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/SCore.cs:line 2286
Gracias por leerme.