Skip to content

Commit 51ae6b9

Browse files
i18n: fix broken formatting in translations [I18nIgnore] (#13805)
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
1 parent b98adf0 commit 51ae6b9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/docs/de/guides/cms/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Badge from "~/components/Badge.astro";
1313
**Bist du bereit, ein Headless CMS mit deinem Astro-Projekt zu verbinden?** Folge einer unserer Anleitungen, um ein CMS zu integrieren.
1414

1515
:::tip
16-
In unserem Integrationsverzeichnis findest du [von der Community gepflegte Integrationen(https://astro.build/integrations/?search=cms), um ein CMS mit deinem Projekt zu verbinden.
16+
In unserem Integrationsverzeichnis findest du [von der Community gepflegte Integrationen](https://astro.build/integrations/?search=cms), um ein CMS mit deinem Projekt zu verbinden.
1717
:::
1818

1919
## CMS-Anleitungen

src/content/docs/hi/basics/astro-components.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Astro स्लॉट नाम को गतिशील रूप से उ
296296

297297

298298
### स्लॉट्स के लिए फ़ॉलबैक कंटेंट
299-
स्लॉट **फ़ॉलबैक सामग्री** भी प्रस्तुत कर सकते हैं। जब किसी स्लॉट में कोई मेल खाने वाले बच्चे नहीं भेजे जाते हैं, तो एक `<स्लॉट />` तत्व अपने स्वयं के प्लेसहोल्डर बच्चों को प्रस्तुत करेगा।
299+
स्लॉट **फ़ॉलबैक सामग्री** भी प्रस्तुत कर सकते हैं। जब किसी स्लॉट में कोई मेल खाने वाले बच्चे नहीं भेजे जाते हैं, तो एक `<slot />` तत्व अपने स्वयं के प्लेसहोल्डर बच्चों को प्रस्तुत करेगा।
300300

301301
```astro {14}
302302
---
@@ -382,7 +382,7 @@ HTML अवयवों में केवल वैध HTML होना च
382382
- वे केवल [उन परिसंपत्तियों का संदर्भ दे सकते हैं जो `public/` फ़ोल्डर में हैं](/hi/basics/project-structure/#public)
383383

384384
:::note
385-
HTML अवयव के अंदर एक [`<slot />` तत्व](/hi/basics/astro-components/#स्लॉट्स) उसी तरह काम करेगा जैसे वह Astro अवयव में काम करेगा। इसके बजाय [HTML वेब अवयव स्लॉट](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot) तत्व का उपयोग करने के लिए, अपने `<slot>` तत्व में is:inline जोड़ें।
385+
HTML अवयव के अंदर एक [`<slot />` तत्व](/hi/basics/astro-components/#स्लॉट्स) उसी तरह काम करेगा जैसे वह Astro अवयव में काम करेगा। इसके बजाय [HTML वेब अवयव स्लॉट](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot) तत्व का उपयोग करने के लिए, अपने `<slot>` तत्व में `is:inline` जोड़ें।
386386
:::
387387

388388
## अगले कदम

src/content/docs/ru/guides/testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default defineConfig({
262262
```
263263

264264
:::tip[Установите `baseUrl`]
265-
Вы можете установить [``baseUrl``: "http://localhost:4321"`](https://docs.cypress.io/guides/end-to-end-testing/testing-your-app#Step-3-Configure-Cypress) в файле конфигурации `cypress.config.js`, чтобы использовать `cy.visit("/")` вместо `cy.visit("http://localhost:4321/")` для более удобного URL.
265+
Вы можете установить [`"baseUrl": "http://localhost:4321"`](https://docs.cypress.io/guides/end-to-end-testing/testing-your-app#Step-3-Configure-Cypress) в файле конфигурации `cypress.config.js`, чтобы использовать `cy.visit("/")` вместо `cy.visit("http://localhost:4321/")` для более удобного URL.
266266
:::
267267
</Steps>
268268

0 commit comments

Comments
 (0)