Fix crashing if "When Done" is set under Japanese locale.
Before Posting:
- [x] Create an issue describing the change. If an issue already exists, please use this.
- [ ] Discuss the issue with the HandBrake team to ensure that the idea has been accepted. (An open enhancement request does not equal acceptance). This will avoid any time wasted on features that are outside the project scope!
Description of Change:
The order of '%s' and '%d' must be as same as the English message. Change the Japanese translation to keep the order. Updated messages what HandBrake will do when encoding is done to keep consistent with "When Done" select box.
Tested on:
- [ ] Windows 10+ (via MinGW)
- [ ] macOS 10.13+
- [ ] Ubuntu Linux
- [x] FreeBSD
Screenshots (If relevant):
Log file output (If relevant):
This PR fixes #6335.
Thanks for the fix. But it is important to also change this in Transifex. Otherwise this PR would be reversed with the next Transifex sync.
OK. I will join Transifex and request to be a translator.
Just to let you know, you can change the order of the parameters in the print string by putting 1$ between the % sign and the format specifier. So you could keep the original wording by using %2$d秒で%1$s if you wanted.
Fixed with latest locale update above