Meir

Results 2 issues of Meir

Hi, I wrote a script that can translate a whole file or parts of it using the OpenAI API. (#30883) Example of usage (use `source.xml` as template, translate to French,...

ui
multilanguage

### I tried this: A minimal example: ``` bring cloud; let api = new cloud.Api(); api.get("/:id", inflight (req) => { let id = req.vars.get("id"); return { body: "id: {id}", status:...

🐛 bug
🎨 sdk
good first issue
☁️ aws