From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id C73EC61E12 for ; Tue, 8 Sep 2020 06:56:54 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B7D2211521 for ; Tue, 8 Sep 2020 06:56:54 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 4164911514 for ; Tue, 8 Sep 2020 06:56:54 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 1380A44A78 for ; Tue, 8 Sep 2020 06:56:54 +0200 (CEST) Date: Tue, 8 Sep 2020 06:56:09 +0200 (CEST) From: Dietmar Maurer To: Proxmox Backup Server development discussion , Thomas Lamprecht Message-ID: <1762274680.911.1599540970577@webmail.proxmox.com> In-Reply-To: <20200907125642.30604-3-t.lamprecht@proxmox.com> References: <20200907125642.30604-1-t.lamprecht@proxmox.com> <20200907125642.30604-3-t.lamprecht@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.3-Rev21 X-Originating-Client: open-xchange-appsuite X-SPAM-LEVEL: Spam detection results: 0 AWL 0.090 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [rest.rs, control.in, proxmox-backup-proxy.rs] Subject: Re: [pbs-devel] [PATCH backup 2/2] ui: add translation support X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2020 04:56:54 -0000 dpkg: dependency problems prevent configuration of proxmox-backup-server: proxmox-backup-server depends on pbs-i18n; however: Package pbs-i18n is not installed. So where is that package? > On 09/07/2020 2:56 PM Thomas Lamprecht wrote: > > > Signed-off-by: Thomas Lamprecht > --- > debian/control | 1 + > debian/control.in | 1 + > src/bin/proxmox-backup-proxy.rs | 1 + > src/server/rest.rs | 32 ++++++++++++++++++++++++-------- > www/index.hbs | 4 ++++ > 5 files changed, 31 insertions(+), 8 deletions(-) > > diff --git a/debian/control b/debian/control > index e523d4d2..460cac6e 100644 > --- a/debian/control > +++ b/debian/control > @@ -103,6 +103,7 @@ Depends: fonts-font-awesome, > libjs-extjs (>= 6.0.1), > libzstd1 (>= 1.3.8), > lvm2, > + pbs-i18n, > proxmox-backup-docs, > proxmox-mini-journalreader, > proxmox-widget-toolkit (>= 2.2-4),