fix Danish kvm keyboard name

This commit is contained in:
Dietmar Maurer 2012-01-09 11:11:48 +01:00
parent 15b27d4152
commit 7de01dc61d
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)',