-
Notifications
You must be signed in to change notification settings - Fork 705
feature(wren-ai-service+wren-ui): Added Italian to available project languages for prompting #1468
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: main
Are you sure you want to change the base?
feature(wren-ai-service+wren-ui): Added Italian to available project languages for prompting #1468
Conversation
WalkthroughThis pull request expands the available language options by adding Italian throughout various parts of the application. The change updates UI elements (dropdown menus), GraphQL enums on both client and server sides, a language adaptor, and a language utility function. No existing logic or functionality has been modified; the update simply introduces Italian as a new selectable language. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant UI as UI Dropdown/Chart
participant Handler as Language Handler
participant Enum as GraphQL Enum / Server Model
participant Utils as Language Utility
U->>UI: Select "Italian"
UI->>Handler: Trigger language change event
Handler->>Enum: Map selection to enum (IT)
Enum->>Utils: Retrieve language text ("Italian")
Utils-->>Enum: Return language text
Enum-->>Handler: Confirm language update
Handler-->>UI: Update UI with Italian language texts
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
🪧 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 (
|
Hello! I have added ‘Italian’ to the languages available for the project in both:
I have tested it locally and it seems to work fine.
I have not opened any problems in this regard. I hope this is OK
Summary by CodeRabbit