Task #2285
closedVisitors from Help - Send Feedback should be directed to localised page
0%
Description
Moved from https://bugs.documentfoundation.org/show_bug.cgi?id=85948
https://cgit.freedesktop.org/libreoffice/core/tree/sfx2/source/appl/appserv.cxx#n493
case SID_SEND_FEEDBACK:
{
OUString module = SfxHelp::GetCurrentModuleIdentifier();
OUString sURL("http://hub.libreoffice.org/send-feedback/?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
"&LOlocale=" + utl::ConfigManager::getLocale() + "&LOmodule=" + module.copy(module.lastIndexOf('.') + 1 ) );
sfx2::openUriExternally(sURL, false);
break;
}
The locale is sent with the url visit so should be dealt with.
Updated by Jean Spiteri over 7 years ago
I think that, before any work is done on this, someone needs to post to a relevant mailing list to which most language teams have access to, to have them identify a substitute page for the English version. Another way, would to be make this standard across all websites, which might be more difficult to do. What do you all think?
Updated by Beluga Beluga over 7 years ago
Well apparently this should be closed as the hub should do the redirection anyway. But I can't close the issue, because Redmine lacks the feature of issue owners being able to close their own issues.