Language menu lists Espanol, but we don't have any Spanish translations #514
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No translation works at the moment for some reason. German has the same issue too.
German works for me in Linux and Windows.
I bet the person who coded this imagined that someone would add Spanish soon and so included it in the patch.
Doesn't works for me: https://ayra.ch/images/screens/2013_10_01__08_04_35.png
I see. The translations evidently aren't in the Windows binary. I will fix it. (I've worked on it some tonight; I now have the translations packed up but I will have to modify the bitmessageqt/init.py source code to look in pyinstaller's temporary run folder. )
or have the translations external to the exe file.
German translation does not apply. I'm using a build from source.
Tested on Sabayon Linux and Manjaro Linux.
I'll test this.
I can still reproduce it on the Windows release.
@Ryuno-Ki That's odd, it seems to work fine on linux for me. Can you try on the latest stable release, or the https://github.com/mailchuck/PyBitmessage fork?
It looks like @Atheros1 did fix it in the code, but the pyinstaller spec file needs to be modified manually as described here: https://bitmessage.org/wiki/Example_pyinstaller_spec_file. I updated my spec file and that fixes it. Future Windows releases will include localisation.
OSX bundle has the opposite problem, the files are included, but the code does not look in the correct directory. I fixed that in
df54bbad81
.If on linux, if you use a custom installation script that puts the translations in a separate tree, the translations maybe wouldn't work. @Ryuno-Ki, can you explain how exactly you run it? Do you just download/git-pull it and then run from there or do you run some sort of installation script?
I'm closing this. If you still encounter this with the latest https://github.com/mailchuck/PyBitmessage (on linux) or after 0.5.3 (Windows/OSX binaries), let me know.