From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH proxmox-yew-comp v2 2/4] language map: add Irish as available language
Date: Mon, 22 Jun 2026 13:15:21 +0200 [thread overview]
Message-ID: <20260622111525.331212-3-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260622111525.331212-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 aeb7929..250d736 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -306,6 +306,7 @@ pub fn available_language_list() -> Vec<LanguageInfo> {
LanguageInfo::new("fa", "فارسی", gettext_noop("Persian (Farsi)"))
.direction(TextDirection::Rtl),
LanguageInfo::new("fr", "Français", gettext_noop("French")),
+ LanguageInfo::new("ga", "Irish", gettext_noop("Irish")),
LanguageInfo::new("he", "עברית", gettext_noop("Hebrew")).direction(TextDirection::Rtl),
LanguageInfo::new("hr", "Hrvatski", gettext_noop("Croatian")),
LanguageInfo::new("it", "Italiano", gettext_noop("Italian")),
--
2.47.3
next prev parent reply other threads:[~2026-06-22 11:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-22 11:15 [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations Maximiliano Sandoval
2026-06-22 11:15 ` [PATCH proxmox-yew-comp v2 1/4] language map: add Greek as available language Maximiliano Sandoval
2026-06-22 11:15 ` Maximiliano Sandoval [this message]
2026-06-22 11:15 ` [PATCH widget-toolkit v2 3/4] " Maximiliano Sandoval
2026-06-22 11:15 ` [PATCH widget-toolkit v2 4/4] language map: add Irish " Maximiliano Sandoval
2026-06-22 11:29 ` [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations 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=20260622111525.331212-3-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox