From 711745eb1fed47d7bd2013417b538c5ba24eac83 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 5 May 2025 11:49:42 -0700 Subject: [PATCH] fix: i18n for no-logs (#3873) --- assets/components/LogViewer/EventSource.vue | 4 +++- locales/en.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/components/LogViewer/EventSource.vue b/assets/components/LogViewer/EventSource.vue index fd0c5b30..30ad7204 100644 --- a/assets/components/LogViewer/EventSource.vue +++ b/assets/components/LogViewer/EventSource.vue @@ -7,7 +7,9 @@ Loading... -
Container has no logs yet
+
+ {{ $t("label.no-logs") }} +
diff --git a/locales/en.yml b/locales/en.yml index 923084e1..8f38e8a8 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -30,6 +30,7 @@ label: host-menu: Hosts and Containers swarm-menu: Services and Stacks group-menu: Custom Groups + no-logs: Container has no logs yet tooltip: search: Search containers (⌘ + k, ⌃k) pin-column: Pin as column