[pve-devel] applied: [PATCH widget-toolkit] Add hebrew to list of languages

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 3 09:09:26 CEST 2019


On 23.08.19 11:30, Dominic Jäger wrote:
> 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) {
> 

applied, thanks!





More information about the pve-devel mailing list