Commit 60f2158a authored by Dietmar Maurer's avatar Dietmar Maurer

include Swedish translation

parent a4ead8c7
include ../defines.mk
LINGUAS=de fr ja es
LINGUAS=de fr ja es sv
all: $(patsubst %, pve-lang-%.js, $(LINGUAS))
......
This diff is collapsed.
......@@ -185,7 +185,8 @@ Ext.define('PVE.Utils', { statics: {
en: 'English',
de: 'German',
es: 'Spanish',
fr: 'French'
fr: 'French',
sv: 'Swedish'
},
render_language: function (value) {
......@@ -398,6 +399,7 @@ Ext.define('PVE.Utils', { statics: {
srvrestart: ['SRV', gettext('Restart') ],
srvreload: ['SRV', gettext('Reload') ],
imgcopy: ['', gettext('Copy data') ],
imgdel: ['', gettext('Erase data') ],
download: ['', gettext('Download') ],
vzdump: ['', gettext('Backup') ]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment