From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH proxmox-datacenter-manager 2/2] do not split translatable strings
Date: Wed, 22 Jan 2025 14:51:16 +0100 [thread overview]
Message-ID: <20250122135116.344375-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20250122135116.344375-1-m.sandoval@proxmox.com>
This removes contexts for translators. Instead add a comment so it is
clean the context.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
ui/src/configuration/mod.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ui/src/configuration/mod.rs b/ui/src/configuration/mod.rs
index 5ec3fe0..ca16685 100644
--- a/ui/src/configuration/mod.rs
+++ b/ui/src/configuration/mod.rs
@@ -22,7 +22,8 @@ pub fn system_configuration() -> Html {
.with_item_builder(
TabBarItem::new()
.key("network")
- .label(tr!("Network") + "/" + &tr!("Time"))
+ // TRANSLATORS: As in "Network and Time system configuration"
+ .label(tr!("Network/Time"))
.icon_class("fa fa-exchange"),
|_| html! { <NetworkTimePanel/> },
)
--
2.39.5
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next prev parent reply other threads:[~2025-01-22 13:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-22 13:51 [pdm-devel] [PATCH proxmox-datacenter-manager 1/2] mark missing translatable strings as such Maximiliano Sandoval
2025-01-22 13:51 ` Maximiliano Sandoval [this message]
2025-01-22 16:06 ` [pdm-devel] applied-series: " Thomas Lamprecht
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=20250122135116.344375-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pdm-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.