Digital-Alchemy-TS / Digital-Alchemy-TS/type-writer
Translation support
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 4
- Avg merge
- 35m
- Merged PRs (30d)
- 1
Description
**Context**
```json
"get_items": {
"name": "Get to-do list items",
"description": "Get items on a to-do list.",
"fields": {
"status": {
"example": "needs_action",
"default": "needs_action",
"selector": {
"select": {
// THIS
"translation_key": "status",
"options": [
"needs_action",
"completed"
],
"multiple": true
}
},
"name": "Status",
"description": "Only return to-do items with the specified statuses. Returns not completed actions by default."
}
},
},
```
Contributor guide
Research direction
The issue only identifies the get_items JSON selector and marks translation_key: status as the target; start by locating the generator or schema entry that consumes this selector metadata. Clarify the expected translated output, then use the repository’s existing tests or fixtures to verify that behavior once defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- internationalization, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100