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 4E05C1FF153 for ; Mon, 22 Jun 2026 13:37:20 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AE3F38EDB; Mon, 22 Jun 2026 13:37:18 +0200 (CEST) Message-ID: <077b9442-cf9b-4a57-902c-dd1b8bce6ce5@proxmox.com> Date: Mon, 22 Jun 2026 13:37:14 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [PATCH proxmox-yew-comp/widget-toolkit v3 0/4] i18n: add Greek and Irish translations To: Maximiliano Sandoval , pve-devel@lists.proxmox.com References: <20260622113303.348962-1-m.sandoval@proxmox.com> Content-Language: en-US From: Dominik Csapak In-Reply-To: <20260622113303.348962-1-m.sandoval@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1782128225475 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.049 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 SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: FRTQ5LXE6SJSDHR6DX6L76UQX7P6WJ7K X-Message-ID-Hash: FRTQ5LXE6SJSDHR6DX6L76UQX7P6WJ7K X-MailFrom: d.csapak@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: just a question, is it really necessary to import extjs weirdness into our yew components? couldn't we simply use 'el' for greek (as it's the right iso code and fits with the rest?) we might need to export both (at least for as long we have extjs uis). I don't really like to import cruft/quirks from extjs here, except if there is a hard technical reason, but i'm missing that. the commit messages are rather short :(