[pve-devel] [PATCH widget-toolkit] Add hebrew to list of languages
Dominic Jäger
d.jaeger at proxmox.com
Fri Aug 23 11:30:59 CEST 2019
Signed-off-by: Dominic Jäger <d.jaeger at proxmox.com>
---
Tested on PVE and PMG.
Utils.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Utils.js b/Utils.js
index 9b62bf6..533272d 100644
--- a/Utils.js
+++ b/Utils.js
@@ -76,7 +76,8 @@ Ext.define('Proxmox.Utils', { utilities: {
ru: 'Russian',
sl: 'Slovenian',
sv: 'Swedish',
- tr: 'Turkish'
+ tr: 'Turkish',
+ he: 'Hebrew',
},
render_language: function (value) {
--
2.20.1
More information about the pve-devel
mailing list