mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-05 08:53:06 +00:00
add all languages from pve
This commit is contained in:
parent
39d9914990
commit
f97a2a34ee
16
Utils.js
16
Utils.js
@ -61,11 +61,25 @@ Ext.define('Proxmox.Utils', { utilities: {
|
||||
groupText: gettext('Group'),
|
||||
|
||||
language_map: {
|
||||
zh_CN: 'Chinese',
|
||||
ca: 'Catalan',
|
||||
da: 'Danish',
|
||||
en: 'English',
|
||||
eu: 'Euskera (Basque)',
|
||||
fr: 'French',
|
||||
de: 'German',
|
||||
it: 'Italian',
|
||||
es: 'Spanish'
|
||||
es: 'Spanish',
|
||||
ja: 'Japanese',
|
||||
nb: 'Norwegian (Bokmal)',
|
||||
nn: 'Norwegian (Nynorsk)',
|
||||
fa: 'Persian (Farsi)',
|
||||
pl: 'Polish',
|
||||
pt_BR: 'Portuguese (Brazil)',
|
||||
ru: 'Russian',
|
||||
sl: 'Slovenian',
|
||||
sv: 'Swedish',
|
||||
tr: 'Turkish'
|
||||
},
|
||||
|
||||
render_language: function (value) {
|
||||
|
Loading…
Reference in New Issue
Block a user