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 #1

Updated by Guilhem Moulin almost 7 years ago

  • Status changed from New to Resolved

Done

$ curl -I 'https://hub.libreoffice.org/send-feedback?LOlocale=tr' 
HTTP/1.1 302 Moved Temporarily
Server: nginx/1.6.2
Date: Wed, 14 Jun 2017 14:33:21 GMT
Content-Type: text/html
Content-Length: 160
Connection: keep-alive
Location: https://tr.libreoffice.org/yardim-alin/geri-bildirim/?LOlocale=tr
Actions #2

Updated by Guilhem Moulin almost 7 years ago

  • Status changed from Resolved to Closed
Actions #3

Updated by Guilhem Moulin almost 7 years ago

  • Status changed from Closed to Resolved
Actions #4

Updated by Guilhem Moulin almost 7 years ago

  • Assignee set to Guilhem Moulin
Actions #5

Updated by Guilhem Moulin almost 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF