* [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations
@ 2026-06-22 11:15 Maximiliano Sandoval
2026-06-22 11:15 ` [PATCH proxmox-yew-comp v2 1/4] language map: add Greek as available language Maximiliano Sandoval
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2026-06-22 11:15 UTC (permalink / raw)
To: pve-devel
Differences from v1:
- The patches for extjs and proxmox-i18n are now applied so we only add
the languages to the UIs now
- The language code for Greek is now el_GR since thats supported by extjs
proxmox-yew-comp:
Maximiliano Sandoval (2):
language map: add Greek as available language
language map: add Irish as available language
src/lib.rs | 2 ++
1 file changed, 2 insertions(+)
proxmox-widget-toolkit:
Maximiliano Sandoval (2):
language map: add Greek as available language
language map: add Irish as available language
src/Utils.js | 2 ++
1 file changed, 2 insertions(+)
Summary over all repositories:
2 files changed, 4 insertions(+), 0 deletions(-)
--
Generated by murpp 0.12.0
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH proxmox-yew-comp v2 1/4] language map: add Greek as available language
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 ` Maximiliano Sandoval
2026-06-22 11:15 ` [PATCH proxmox-yew-comp v2 2/4] language map: add Irish " Maximiliano Sandoval
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2026-06-22 11:15 UTC (permalink / raw)
To: pve-devel
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..aeb7929 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_GR", "Greek (Greece)", gettext_noop("Greek (Greece)")),
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH proxmox-yew-comp v2 2/4] language map: add Irish as available language
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
2026-06-22 11:15 ` [PATCH widget-toolkit v2 3/4] language map: add Greek " Maximiliano Sandoval
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2026-06-22 11:15 UTC (permalink / raw)
To: pve-devel
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH widget-toolkit v2 3/4] language map: add Greek as available language
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 ` [PATCH proxmox-yew-comp v2 2/4] language map: add Irish " Maximiliano Sandoval
@ 2026-06-22 11:15 ` 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
4 siblings, 0 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2026-06-22 11:15 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Utils.js b/src/Utils.js
index 14a90bf..03a5876 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -70,6 +70,7 @@ Ext.define('Proxmox.Utils', {
da: `Dansk - ${gettext('Danish')}`,
de: `Deutsch - ${gettext('German')}`,
en: `English - ${gettext('English')}`,
+ el_GR: `Greek (Greece) - ${gettext('Greek (Greece)')}`,
es: `Español - ${gettext('Spanish')}`,
eu: `Euskera (Basque) - ${gettext('Euskera (Basque)')}`,
fa: `فارسی - ${gettext('Persian (Farsi)')}`,
--
2.47.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH widget-toolkit v2 4/4] language map: add Irish as available language
2026-06-22 11:15 [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations Maximiliano Sandoval
` (2 preceding siblings ...)
2026-06-22 11:15 ` [PATCH widget-toolkit v2 3/4] language map: add Greek " Maximiliano Sandoval
@ 2026-06-22 11:15 ` Maximiliano Sandoval
2026-06-22 11:29 ` [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations Maximiliano Sandoval
4 siblings, 0 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2026-06-22 11:15 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Utils.js b/src/Utils.js
index 03a5876..9a80a05 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -75,6 +75,7 @@ Ext.define('Proxmox.Utils', {
eu: `Euskera (Basque) - ${gettext('Euskera (Basque)')}`,
fa: `فارسی - ${gettext('Persian (Farsi)')}`,
fr: `Français - ${gettext('French')}`,
+ ga: `Irish - ${gettext('Irish')}`,
hr: `Hrvatski - ${gettext('Croatian')}`,
he: `עברית - ${gettext('Hebrew')}`,
it: `Italiano - ${gettext('Italian')}`,
--
2.47.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations
2026-06-22 11:15 [PATCH proxmox-yew-comp/widget-toolkit v2 0/4] i18n: add Greek and Irish translations Maximiliano Sandoval
` (3 preceding siblings ...)
2026-06-22 11:15 ` [PATCH widget-toolkit v2 4/4] language map: add Irish " Maximiliano Sandoval
@ 2026-06-22 11:29 ` Maximiliano Sandoval
4 siblings, 0 replies; 6+ messages in thread
From: Maximiliano Sandoval @ 2026-06-22 11:29 UTC (permalink / raw)
To: pve-devel
Maximiliano Sandoval <m.sandoval@proxmox.com> writes:
> Differences from v1:
> - The patches for extjs and proxmox-i18n are now applied so we only add
> the languages to the UIs now
> - The language code for Greek is now el_GR since thats supported by extjs
Sending v3, the greek lang is not sorted correctly.
--
Maximiliano
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-06-22 11:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH proxmox-yew-comp v2 2/4] language map: add Irish " Maximiliano Sandoval
2026-06-22 11:15 ` [PATCH widget-toolkit v2 3/4] language map: add Greek " 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
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.