Project

General

Profile

Actions

Task #2286

closed

Redirect Turkish "Help - Feedback" in the HUB to Turkish page

Added by Gökhan Gurbetoğlu almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Tags:
Documentation

Description

Currently, when opened through a Turkish installation, the Help->Send Feedback option redirects to the English site. Please redirect the site:

http://hub.libreoffice.org/send-feedback/

to
http://tr.libreoffice.org/yardim-alin/geri-bildirim/

The code forming the string for the hub is:
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);

Actions

Also available in: Atom PDF