signum-pool icon indicating copy to clipboard operation
signum-pool copied to clipboard

Parameters in pool.properties are being ignored.

Open Nivok-Spilkommen opened this issue 2 years ago • 1 comments

'site.homeFirstLine =' and 'site.homeSecondLine =' no longer have any effect. Looks like the welcome messages are now hard coded and a recompile of the HTML is required, why?

Nivok-Spilkommen avatar May 01 '22 08:05 Nivok-Spilkommen

They're hardcoded in json files because of Multilanguage purposes, so you will be able to provide the message and also translate them to all available languages!

You can easily modify them using this program: https://www.electronjs.org/apps/i18n-manager

With that program, you just need to open the folder /public/locales change the strings, and then just build the app and deploy the changes!

@jjos2372 you can delete these 2 props and then close this ticket!

ipr0310 avatar May 01 '22 12:05 ipr0310

The props have been deleted: https://github.com/signum-network/signum-pool/commit/c9f7f44e3ce30679207a0933ca573d586abf0b60

ipr0310 avatar Mar 19 '23 16:03 ipr0310