From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH proxmox-yew-comp 3/4] add Greek translations
Date: Mon, 1 Jun 2026 14:05:22 +0200 [thread overview]
Message-ID: <20260601120525.285737-4-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260601120525.285737-1-m.sandoval@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/lib.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib.rs b/src/lib.rs
index dd2ccb0..26958f1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -300,6 +300,7 @@ pub fn available_language_list() -> Vec<LanguageInfo> {
LanguageInfo::new("da", "Dansk", gettext_noop("Danish")),
LanguageInfo::new("de", "Deutsch", gettext_noop("German")),
LanguageInfo::new("en", "English", gettext_noop("English")),
+ LanguageInfo::new("el", "Greek", gettext_noop("Greek")),
LanguageInfo::new("es", "Español", gettext_noop("Spanish")),
LanguageInfo::new("eu", "Euskera (Basque)", gettext_noop("Euskera (Basque)")),
LanguageInfo::new("fa", "فارسی", gettext_noop("Persian (Farsi)"))
--
2.47.3
next prev parent reply other threads:[~2026-06-01 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-01 12:05 [PATCH extjs/proxmox{-i18n,-yew-comp}/widget-toolkit 0/4] i18n: add Greek translations Maximiliano Sandoval
2026-06-01 12:05 ` [PATCH extjs 1/4] " Maximiliano Sandoval
2026-06-01 12:05 ` Maximiliano Sandoval [this message]
2026-06-01 12:05 ` [PATCH widget-toolkit 4/4] utils: " Maximiliano Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260601120525.285737-4-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.