FastForward
FastForward copied to clipboard
Substitution in spanish now works (didn't before)
Fix(es):
Some substitutions didn't work in Spanish. I suspect they might not work in more languages, I made a quick python script that suggests that more than 500 entries would need updating. I think that it's possible to do this automatically, by replacing the "%" sign with a "$1 in every message which key doesn't contain "option" (as the options page ones need the "%" for input places and such), but I don't really want to make a possibly breaking change to so many languages. I'll upload the script I made to a gist for if someone want's to take a look at it.
- [*] I made sure there are no unnecessary changes in the code;
- [*] Tested on Chromium (Includes Opera, Brave, Vivaldi, Edge, etc);
- [*] Tested on Firefox.
Link to python script It's really simple and it might work correctly but it might also break something xd
Problem solved with other PR. FYI @Adair-GA
https://github.com/FastForwardTeam/FastForward/pull/1390
Okay, thanks :)