]> git.proxmox.com Git - pve-cluster.git/commitdiff
dc.conf: add missing entries to default language property (he, da)
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 5 Oct 2019 11:46:28 +0000 (13:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 5 Oct 2019 11:48:01 +0000 (13:48 +0200)
To bring it in sink with the one from widget-toolkit add Danish (da)
and Hebrew (he) to this, so user can set it as cluster wide default
language.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm

index 7ee6d84b326fef7314818a7366ae6316d9469d0f..9cb68d8a674e6e90ce16edbfa4c7e3c628bacabb 100644 (file)
@@ -1477,12 +1477,14 @@ my $datacenter_schema = {
            description => "Default GUI language.",
            enum => [
                'ca',
+               'da',
                'de',
                'en',
                'es',
                'eu',
                'fa',
                'fr',
+               'he',
                'it',
                'ja',
                'nb',