doc(arabic): Complete Translation of Arabic Documentation to Arabic #313
+295
−292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR translates the Arabic documentation pages in
posts/ar/from English to proper Arabic. The translations ensure consistency, accuracy, and readability for Arabic-speaking users, covering key topics like installation, API usage, configuration, error handling, and more.Changes Made
posts/ar/intro.md(Getting Started → البدء)posts/ar/example.md(Minimal Example → مثال بسيط)posts/ar/post_example.md(POST Requests → طلبات POST)posts/ar/api_intro.md(Axios API → أكسيوس إي بي أي)posts/ar/instance.md(The Axios Instance → نموذج Axios)posts/ar/cancellation.md(Cancellation → الإلغاء)posts/ar/config_defaults.md(Config Defaults → الإعدادات الافتراضية)posts/ar/handling_errors.md(Handling Errors → معالجة الأخطاء)posts/ar/interceptors.md(Interceptors → المتدخلات)posts/ar/notes.md(Notes → ملاحظات)posts/ar/req_config.md(Request Config → تكوين الطلب)posts/ar/res_schema.md(Response Schema → مخطط الاستجابة)posts/ar/urlencoded.md(URL-Encoding Bodies → أجسام URL-Encoded)Motivation
The Arabic docs were previously in English, which limited accessibility for Arabic-speaking developers. This translation improves the user experience and aligns with Axios's goal of supporting multiple languages.
Testing
Additional Notes