From 85479bf995195932dcd351a64d203199fa378ed1 Mon Sep 17 00:00:00 2001 From: Atharva Date: Wed, 22 May 2024 01:19:10 +0530 Subject: [PATCH] i18n(hi): update `ui.ts` (#8336) Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com> --- src/i18n/hi/ui.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n/hi/ui.ts b/src/i18n/hi/ui.ts index edb5f50801fc3..6919e811759b1 100644 --- a/src/i18n/hi/ui.ts +++ b/src/i18n/hi/ui.ts @@ -132,4 +132,6 @@ export default UIDictionary({ // Starlight banner 'starlight.title': 'क्या आप अपने स्वयं के दस्तावेज़ बनाना चाहते हैं?', // "Want to build your own Docs?" 'starlight.description': 'आरंभ करने के लिए इस टेम्पलेट को पकड़ें।', // "Grab this template to get started." + // `` component + 'studioHeading.label': 'Studio सुविधा', });