Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit b1f62b9

Browse files
committed
Add translation for kafka topic
Signed-off-by: hemahg <hhg@redhat.com>
1 parent c551cab commit b1f62b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/AppEntry.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ const AppEntry: FunctionComponent = memo(() => (
189189
import(
190190
"@rhoas/app-services-ui-components/locales/en/connection-tab.json"
191191
),
192+
topic: () =>
193+
import("@rhoas/app-services-ui-components/locales/en/topic.json"),
192194
},
193195
}}
194196
debug={true}

0 commit comments

Comments
 (0)