[pve-devel] [RFC PATCH] Do not internationalize 'Pools' when used in Ceph Context

Emmanuel Kasper e.kasper at proxmox.com
Mon May 29 11:55:13 CEST 2017


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