Skip to content

Commit 042d5c2

Browse files
committed
docs: fix ar translation
1 parent 529bb18 commit 042d5c2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

apps/docs/content/ar/docs/01-app/01-getting-started/02-project-structure.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ Next.js **غير متحيز** بشأن كيفية تنظيم وترتيب ملف
203203
height="863"
204204
/>
205205

206-
</AppOnly>
207-
208206
### التنسيق المشترك (Colocation)
209207

210208
في دليل `app`، تحدد المجلدات المتداخلة بنية المسار (route). كل مجلد يمثل جزءًا من المسار (route segment) يتم تعيينه إلى جزء مقابل في مسار URL.

apps/docs/content/ar/docs/01-app/02-guides/open-telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npm install @vercel/otel @opentelemetry/sdk-logs @opentelemetry/api-logs @opente
4848

4949
بعد ذلك، قم بإنشاء ملف [`instrumentation.ts`](/docs/pages/guides/instrumentation) (أو `.js`) مخصص في **الدليل الجذري** للمشروع (أو داخل مجلد `src` إذا كنت تستخدم واحدًا):
5050

51-
</AppOnly>
51+
</PagesOnly>
5252

5353
```ts filename="your-project/instrumentation.ts" switcher
5454
import { registerOTel } from '@vercel/otel'

apps/docs/content/ar/docs/02-pages/03-building-your-application/01-routing/11-middleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source-updated-at: 2025-05-16T04:52:11.000Z
33
translation-updated-at: 2025-06-02T20:04:21.421Z
44
title: Middleware
55
description: تعرف على كيفية استخدام Middleware لتشغيل الكود قبل اكتمال الطلب.
6-
source: app/building-your-your-application/routing/middleware
6+
source: app/building-your-application/routing/middleware
77
---
88

99
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}

0 commit comments

Comments
 (0)