hola colegas del farmeo, les dejo una solución al problema del archivo de traducción que me funciono. muevan el archivo traductor a la carpeta (i18n) que esta dentro de DeepWoodsMod le das a reemplazar y listo debería funcionar, espero que les sirva bye.
Hello, I have a question, how should I install the mod, the mod is not translated, I put it where there is a file that has the same name in the mod folder, but it does not work PD: Sorry for my English
Hola, disculpa la respuesta tardía (no tengo computadora en estos momentos), espero que lo hayas solucionado. Si no es así, recuerda que las traducciones se deben instalar en la carpeta (x86)\Steam\steamapps\common\Stardew Valley\Mods\*nombre del mod*\i18n Si no está jugando mediante Steam busque los archivos correspondientes.
Hi! I noticed you made two es.json files, one female and one male. You can do that in one file by separating the versions with "^":
"some_text" = "This is the male text.^This is the female text."
See here: https://stardewvalleywiki.com/Modding:Dialogue#Special_tokens
It should work for all lines, but if there are lines that don't get parsed correctly using this method, let me know! That would be a bug I need to fix.
Hello, I tried to fix it using the above method and it doesn't seem to recognize it.
"healing-fountain.drink-message": "Te sientes renovado, energizado y de alguna manera afortunado.^Te sientes renovada, energizada y de alguna manera afortunada.",
https://ibb.co/1bsXm30
Maybe I did something wrong. I'm new to this, let me know of any errors.
6 comments
PD: Sorry for my English
Si no está jugando mediante Steam busque los archivos correspondientes.
Hi! I noticed you made two es.json files, one female and one male. You can do that in one file by separating the versions with "^":
"some_text" = "This is the male text.^This is the female text."
See here: https://stardewvalleywiki.com/Modding:Dialogue#Special_tokens
It should work for all lines, but if there are lines that don't get parsed correctly using this method, let me know! That would be a bug I need to fix.
Thanks!
"healing-fountain.drink-message": "Te sientes renovado, energizado y de alguna manera afortunado.^Te sientes renovada, energizada y de alguna manera afortunada.",
https://ibb.co/1bsXm30
Maybe I did something wrong. I'm new to this, let me know of any errors.