VoxForge
--- (Edited on 2008-06-25 1:39 am [GMT-0500] by ralfherzog) ---
> So that in the long-term, the HTK modules can be substituted with free modules.
Well that probably would be quite easy if we found a viable replacement for HTK. The only place it is used is the modlemanager so that should be fairly easy to change.
> Hello bedahr, one question: My precompiled Windows binary "simon-juliusd-0.1-alpha2.exe" is in the German language. Is there an English version available? I don't know how to switch from German to English.
Hmm sorry to hear that. That is actually untested on windows so far. Under linux this works "out of the box" as we use QLocale to access the systems locale.
Is it possible that you use a different locale than en_* (If you don't know what I mean: what language do you speak / is your windows?)? Do you have the file simon_en.qm in your simon/ directory? Do you start simon from this directory?
-- bedahr
--- (Edited on 6/25/2008 2:44 am [GMT-0500] by Visitor) ---
--- (Edited on 2008-06-25 3:44 am [GMT-0500] by ralfherzog) ---
Hi again!
I tried to reproduce your problem but I only have a german version of XP around. So I set all the regional settings to the US. Still - everything in Windows was in German and the locale (reported by Qt) was "de" (German).
So I really have no way to reproduce that problem. That is why I created you a locale-debug version of simon. You can find it here:
http://download.yousendit.com/62B581796960729E
It's basically alpha2 but with a popup at start showing you what QLocale reports for your system-locale. Could you please send me what the message states?
To keep this thread on-topic you can contact me directly: grasch <ate! simon-listens <doht> org
Thank you in advance!
-- bedahr
--- (Edited on 6/25/2008 11:04 am [GMT-0500] by bedahr) ---
--- (Edited on 2008-06-25 1:52 pm [GMT-0500] by ralfherzog) ---
> I am sorry that I couldn't give you the desired answer.
But you did! :)
Qt reports your locale as "C"-Locale. That is why the translation (set for the "en" locale) didn't get picked up.
Is there really a dot after the C?
If so rename your simon_en.qm to simon_C..qm and it should get picked up. (you can restore the original executabe when done)
Good luck!
-- bedahr
--- (Edited on 6/25/2008 2:12 pm [GMT-0500] by bedahr) ---
--- (Edited on 2008-06-25 3:44 pm [GMT-0500] by ralfherzog) ---
Hello again!
> No, there is no dot after the C. I am just using periods inside quotation marks, which is American style.
... Wow. I guess I am just not used to seeing such a thought out detail on the internet (and of course I didn't know that this is an "official" style of quoting) :)
> But in the future, in such cases I think that it is better to use the British style. Sorry that I did disturb you.
You quoted correctly. I didn't know. Please don't apologize.
I am sorry for not knowing the correct way!
> I changed the file name from "simon_en.qm" to "simon_C.qm". It works! Simon is now in English. Thanks for your help.
Yay! Thanks for testing this! Now I know what to tell the other non-german windows-users when they run into problems...
-- bedahr
--- (Edited on 6/25/2008 4:04 pm [GMT-0500] by bedahr) ---
--- (Edited on 2008-06-25 10:55 pm [GMT-0500] by ralfherzog) ---