Univention Bugzilla – Attachment 6893 Details for
Bug 38512
Afghani keyboard layout for en_gb de_at and de_ch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch sets fallback and adapts defaults
38512_adpated_locale_defaults.patch (text/plain), 1.58 KB, created by
Alexander Kramer
on 2015-05-12 11:43:49 CEST
(
hide
)
Description:
Patch sets fallback and adapts defaults
Filename:
MIME Type:
Creator:
Alexander Kramer
Created:
2015-05-12 11:43:49 CEST
Size:
1.58 KB
patch
obsolete
>diff --git a/umc/js/setup/ApplianceWizard.js b/umc/js/setup/ApplianceWizard.js >index a79c562..05188d8 100644 >--- a/umc/js/setup/ApplianceWizard.js >+++ b/umc/js/setup/ApplianceWizard.js >@@ -350,6 +350,7 @@ define([ > type: ComboBox, > name: 'locale/default', > label: _('Default system locale'), >+ value: 'en_US.UTF-8:UTF-8', > umcpCommand: lang.hitch(this, 'umcpCommand'), > dynamicOptions: {pattern: '*'}, > dynamicValues: 'setup/lang/locales' >@@ -357,12 +358,14 @@ define([ > type: ComboBox, > name: 'timezone', > label: _('Time zone'), >+ value: 'America/New_York', > umcpCommand: lang.hitch(this, 'umcpCommand'), > dynamicValues: 'setup/lang/timezones' > }, { > type: ComboBox, > name: 'xorg/keyboard/options/XkbLayout', > label: _('Keyboard layout'), >+ value: 'us' > umcpCommand: lang.hitch(this, 'umcpCommand'), > dynamicValues: 'setup/lang/keyboard/layout', > onChange: lang.hitch(this, function(value) { >@@ -1237,10 +1240,25 @@ define([ > locale: 'de_DE.UTF-8:UTF-8', > keyboard: 'de' > }, >+ 'de-AT': { >+ timezone: 'Europe/Vienna', >+ locale: 'de_AT.UTF-8:UTF-8', >+ keyboard: 'at' >+ }, >+ 'de-CH': { >+ timezone: 'Europe/Zurich', >+ locale: 'de_CH.UTF-8:UTF-8', >+ keyboard: 'ch' >+ }, > 'en-US': { > timezone: 'America/New_York', > locale: 'en_US.UTF-8:UTF-8', > keyboard: 'us' >+ }, >+ 'en-GB': { >+ timezone: 'Europe/London', >+ locale: 'en_GB.UTF-8:UTF-8', >+ keyboard: 'gb' > } > }; > this._setLocaleValues(defaults[i18nTools.defaultLang()] || {});
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38512
: 6893