Mageia Bugzilla – Attachment 5524 Details for
Bug 12348
Classic installer does not offer keyboard layout for Turkish until summary screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
remove "tradional" and "modern" from Turkish keyboard descriptions
just_F_and_Q_models.patch (text/plain), 863 bytes, created by
Marja Van Waes
on 2014-10-23 02:06:33 CEST
(
hide
)
Description:
remove "tradional" and "modern" from Turkish keyboard descriptions
Filename:
MIME Type:
Creator:
Marja Van Waes
Created:
2014-10-23 02:06:33 CEST
Size:
863 bytes
patch
obsolete
>diff --git a/lib/keyboard.pm b/lib/keyboard.pm >index 25959d4..e6148d3 100644 >--- a/lib/keyboard.pm >+++ b/lib/keyboard.pm >@@ -315,8 +315,8 @@ arch() =~ /^sparc/ ? ( > "tj" => [ N_("_: keyboard\nTajik"), "ru4", "tj", 1 ], > # TODO: console map > "tm" => [ N_("_: keyboard\nTurkmen"), "us", "tm", 0 ], >- "tr_f" => [ N_("_: keyboard\nTurkish (traditional \"F\" model)"), "trf", "tr(f)", 0 ], >- "tr_q" => [ N_("_: keyboard\nTurkish (modern \"Q\" model)"), "tr_q-latin5", "tr", 0 ], >+ "tr_f" => [ N_("_: keyboard\nTurkish (\"F\" model)"), "trf", "tr(f)", 0 ], >+ "tr_q" => [ N_("_: keyboard\nTurkish (\"Q\" model)"), "tr_q-latin5", "tr", 0 ], > #-"tw => [ N_("_: keyboard\nChineses bopomofo"), "tw", "tw", 1 ], > "ua" => [ N_("_: keyboard\nUkrainian"), "ua", "ua", 1 ], > # TODO: console map
diff --git a/lib/keyboard.pm b/lib/keyboard.pm index 25959d4..e6148d3 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -315,8 +315,8 @@ arch() =~ /^sparc/ ? ( "tj" => [ N_("_: keyboard\nTajik"), "ru4", "tj", 1 ], # TODO: console map "tm" => [ N_("_: keyboard\nTurkmen"), "us", "tm", 0 ], - "tr_f" => [ N_("_: keyboard\nTurkish (traditional \"F\" model)"), "trf", "tr(f)", 0 ], - "tr_q" => [ N_("_: keyboard\nTurkish (modern \"Q\" model)"), "tr_q-latin5", "tr", 0 ], + "tr_f" => [ N_("_: keyboard\nTurkish (\"F\" model)"), "trf", "tr(f)", 0 ], + "tr_q" => [ N_("_: keyboard\nTurkish (\"Q\" model)"), "tr_q-latin5", "tr", 0 ], #-"tw => [ N_("_: keyboard\nChineses bopomofo"), "tw", "tw", 1 ], "ua" => [ N_("_: keyboard\nUkrainian"), "ua", "ua", 1 ], # TODO: console map
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12348
:
4893
|
5524
|
5525
|
5674
|
5759
|
5761
|
5794