fix Danish kvm keyboard name
This commit is contained in:
parent
15b27d4152
commit
7de01dc61d
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -3,6 +3,8 @@ pve-manager (2.0-19) unstable; urgency=low
|
||||
* depend on resource-agents-pve
|
||||
|
||||
* depend on fence-agents-pve
|
||||
|
||||
* fix Danish kvm keyboard name (use 'da' instead of 'dk')
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 10:13:00 +0100
|
||||
|
||||
|
@ -120,7 +120,7 @@ Ext.define('PVE.Utils', { statics: {
|
||||
// for now, please keep in sync with PVE::Tools::kvmkeymaps
|
||||
kvm_keymaps: {
|
||||
//ar: 'Arabic',
|
||||
dk: 'Danish',
|
||||
da: 'Danish',
|
||||
de: 'German',
|
||||
'de-ch': 'German (Swiss)',
|
||||
'en-gb': 'English (UK)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user