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

Commit d25d73f

Browse files
authored
Merge pull request #724 from HemaHG/kafka-topic-translation
Add translation for Kafka topic
2 parents c551cab + b1f62b9 commit d25d73f

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)