-
Notifications
You must be signed in to change notification settings - Fork 36.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
English translation not used (correctly?) in English KDE #1127
Comments
What's your LOCALE / LANG? My guess is that somehow it doesn't detect your language as english but as some unknown language. |
LANG=en_GB.utf8 |
I've tried setting those environment variables and it works fine. I wonder what value does |
lang_territory is "en_GB" Also, shouldn't the en locale be used for unsupported locales anyway? |
That may be a sane thing to do. But it's not the case right now. Anyway, in the case of "en_GB" it tries "en", so this doesn't explain the problem. |
Oddly, git master seems to work... bisecting now |
Doh, it was fixed in: commit 3fddc8e (HEAD, origin-pull/1089/head, laanwj/2012_04_translationupdate)
|
* Fix exit codes: - `--help`, `--version` etc should exit with `0` i.e. no error ("not enough args" case should still trigger an error) - error reading config file should exit with error - slightly refactor AppInitRPC/AppInitRawTx to return standard exit codes (EXIT_FAILURE/EXIT_SUCCESS) or CONTINUE_EXECUTION (-1) - every main()/exit() should return/use one of EXIT_ codes instead of magic numbers
Make sure that RPC tests work with locale LC_ALL=C
1468a9e [Deployment] Windows taskbar icon pixelated. (furszy) Pull request description: Windows taskbar icon pixelated (bitcoin#1108), new icon created. Thanks Rhubarbarian for the icon resource. ACKs for top commit: Warrows: ACK 1468a9e Mrs-X: ACK PIVX-Project@1468a9e random-zebra: utACK 1468a9e and merging... Tree-SHA512: dafd70492ff00647fd7f2c0866a83a79c5de80031f7907fecc45b4532b06e2d5bc5fe49271fcb67b34a670fae7ce192ad292d2a81d3cdf3215c1ae97ee3ff886
I'm seeing the "~5 block(s) remaining" rather than "~5 blocks remaining"
The text was updated successfully, but these errors were encountered: