http://bugzilla.novell.com/show_bug.cgi?id=557767 http://bugzilla.novell.com/show_bug.cgi?id=557767#c13 --- Comment #13 from Jiří Suchomel <jsuchome@novell.com> 2009-11-24 15:30:42 UTC --- (In reply to comment #11)
Well, I don't know the code, but I think that using "en_US" instead of "en" inside lang_helper should work as well.
This worked for me for that initial page, but I do not know if it wouldn't break other stuff, I do not know how lang_helper is being used...: index f9c466b..b444561 100644 --- a/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb +++ b/webclient/vendor/plugins/lang_helper/lib/lang_helper.rb @@ -29,6 +29,7 @@ module LangHelper end def current_locale + return "en_US" if locale.language == "en" # only en_US or en_GB locale.language end -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.