Mageia Bugzilla – Attachment 5689 Details for
Bug 14745
MCC does not respect system language for Help documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
This patch adds missing languages into ctxhelp.pm
mageia-doc-5.1-mga_add_missing_langs.patch (text/plain), 598 bytes, created by
Atilla ÖNTAŞ
on 2014-12-07 21:23:22 CET
(
hide
)
Description:
This patch adds missing languages into ctxhelp.pm
Filename:
MIME Type:
Creator:
Atilla ÖNTAŞ
Created:
2014-12-07 21:23:22 CET
Size:
598 bytes
patch
obsolete
>Index: mcc/ctxhelp.pm >=================================================================== >--- mcc/ctxhelp.pm >+++ mcc/ctxhelp.pm 2014-12-07 22:20:10.496870916 +0200 >@@ -100,7 +100,7 @@ > # For Debug Purpose > # printf("\n** LANG = %s **\n", $l); > $path = '/usr/share/doc/mageia/'; >- $l = 'en' unless member($l, qw(de en es et fr id it nl pt_br zh_cn ru uk)); >+ $l = 'en' unless member($l, qw(de en el es et fr id it nl pt_br zh_cn ro ru sv tr uk)); > my %option = ( > '--id' => sub { return ($path . $l . '/mcc/' . id2file($id), > $path . $l . '/mcc/' . id2anchorage($id),
Index: mcc/ctxhelp.pm =================================================================== --- mcc/ctxhelp.pm +++ mcc/ctxhelp.pm 2014-12-07 22:20:10.496870916 +0200 @@ -100,7 +100,7 @@ # For Debug Purpose # printf("\n** LANG = %s **\n", $l); $path = '/usr/share/doc/mageia/'; - $l = 'en' unless member($l, qw(de en es et fr id it nl pt_br zh_cn ru uk)); + $l = 'en' unless member($l, qw(de en el es et fr id it nl pt_br zh_cn ro ru sv tr uk)); my %option = ( '--id' => sub { return ($path . $l . '/mcc/' . id2file($id), $path . $l . '/mcc/' . id2anchorage($id),
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14745
: 5689