all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox-widget-toolkit] schema: endpoint types: don't translate endpoint type names
@ 2023-10-09 14:38 Lukas Wagner
  2023-11-06 17:19 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2023-10-09 14:38 UTC (permalink / raw)
  To: pve-devel

... that are not really translatable.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 src/Schema.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Schema.js b/src/Schema.js
index a7ffdf8..e0f583a 100644
--- a/src/Schema.js
+++ b/src/Schema.js
@@ -39,12 +39,12 @@ Ext.define('Proxmox.Schema', { // a singleton
 
     notificationEndpointTypes: {
 	sendmail: {
-	    name: gettext('Sendmail'),
+	    name: 'Sendmail',
 	    ipanel: 'pmxSendmailEditPanel',
 	    iconCls: 'fa-envelope-o',
 	},
 	gotify: {
-	    name: gettext('Gotify'),
+	    name: 'Gotify',
 	    ipanel: 'pmxGotifyEditPanel',
 	    iconCls: 'fa-bell-o',
 	},
-- 
2.39.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH proxmox-widget-toolkit] schema: endpoint types: don't translate endpoint type names
  2023-10-09 14:38 [pve-devel] [PATCH proxmox-widget-toolkit] schema: endpoint types: don't translate endpoint type names Lukas Wagner
@ 2023-11-06 17:19 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-11-06 17:19 UTC (permalink / raw)
  To: Proxmox VE development discussion, Lukas Wagner

Am 09/10/2023 um 16:38 schrieb Lukas Wagner:
> ... that are not really translatable.
> 
> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
>  src/Schema.js | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-06 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 14:38 [pve-devel] [PATCH proxmox-widget-toolkit] schema: endpoint types: don't translate endpoint type names Lukas Wagner
2023-11-06 17:19 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal