From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id E93771FF138 for ; Mon, 01 Jun 2026 14:05:31 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 552E31B276; Mon, 1 Jun 2026 14:05:29 +0200 (CEST) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Subject: [PATCH extjs/proxmox{-i18n,-yew-comp}/widget-toolkit 0/4] i18n: add Greek translations Date: Mon, 1 Jun 2026 14:05:19 +0200 Message-ID: <20260601120525.285737-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1780315491737 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.121 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record T_SPF_PERMERROR 0.01 SPF: test of record failed (permerror) Message-ID-Hash: JS5KD4YOSEK4OEWC4VBODCWNAWUCP4XY X-Message-ID-Hash: JS5KD4YOSEK4OEWC4VBODCWNAWUCP4XY X-MailFrom: m.sandoval@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: We internally received a contribution adding new translations to proxmox-i18n, since this requires changes both in ExtJs and the UI, they are republished here (commit 2/4) as a single patch series. extjs: Maximiliano Sandoval (1): add Greek translations debian/rules | 4 +- extjs/build/classic/locale/locale-el-debug.js | 268 ++++++++++++++++++ extjs/build/classic/locale/locale-el.js | 1 + 3 files changed, 271 insertions(+), 2 deletions(-) create mode 100644 extjs/build/classic/locale/locale-el-debug.js create mode 100644 extjs/build/classic/locale/locale-el.js proxmox-i18n: Maximiliano Sandoval (1): add Greek translations Makefile | 1 + el.po | 22472 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 22473 insertions(+) create mode 100644 el.po proxmox-yew-comp: Maximiliano Sandoval (1): add Greek translations src/lib.rs | 1 + 1 file changed, 1 insertion(+) proxmox-widget-toolkit: Maximiliano Sandoval (1): utils: add Greek translations src/Utils.js | 1 + 1 file changed, 1 insertion(+) Summary over all repositories: 7 files changed, 22746 insertions(+), 2 deletions(-) -- Generated by murpp 0.10.0