-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: Arabic language support #6867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: preview
Are you sure you want to change the base?
feat: Arabic language support #6867
Conversation
WalkthroughThis pull request introduces support for the Arabic language in the application's internationalization module. The update adds Arabic as an option in the supported languages constant and extends the type definition to include the "ar" value. In addition, the translation store method is modified to import the Arabic translations JSON file when the Arabic language is selected. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant S as TranslationStore
participant FS as File System
U->>S: Request translations for "ar"
S->>FS: Import ../locales/ar/translations.json
FS-->>S: Return Arabic translations
S-->>U: Provide Arabic translations
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🔇 Additional comments (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
hi @prateekshourya29 , When you get a chance, could you please take a look at my PR feat |
Hey @khalilzitouni2058, thanks for the PR! Our components don’t support RTL layout yet. We’ll let you know once that’s in place so we can proceed with merging your changes. |
Description
This PR includes following language support:
Arabic
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
[WEB-3732 | WEB-3731]
Summary by CodeRabbit