[pve-devel] applied: [RFC PATCH] Do not internationalize 'Pools' when used in Ceph Context
    Wolfgang Bumiller 
    w.bumiller at proxmox.com
       
    Fri Jun  2 10:10:41 CEST 2017
    
    
  
applied to master & stable-4
On Mon, May 29, 2017 at 11:55:13AM +0200, Emmanuel Kasper wrote:
> This is a Ceph domain term and should not be translated like OSD, ...
> Galician had "Virtual Groups" for Pools, which does not apply for
> Ceph Context.
> Also most languages were using 'Pools' anyway.
> ---
>  www/manager6/node/Config.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
> index af768e9f..779b3e9c 100644
> --- a/www/manager6/node/Config.js
> +++ b/www/manager6/node/Config.js
> @@ -260,7 +260,7 @@ Ext.define('PVE.node.Config', {
>  		},
>  		{
>  		    xtype: 'pveNodeCephPoolList',
> -		    title: gettext('Pools'),
> +		    title: 'Pools',
>  		    iconCls: 'fa fa-sitemap',
>  		    groups: ['ceph'],
>  		    itemId: 'ceph-pools'
> -- 
> 2.11.0
    
    
More information about the pve-devel
mailing list