Results 26 issues of Terry Cai

redesign application ui

enhancement
change

## Summary The `convertTransform` plugin currently applies `transform="translate(...)"` only to certain elements like ``, but does not apply it to other valid SVG elements such as: - `` - ``...

### Environment * Nuxt: `^3.x` * @nuxtjs/i18n: `^9.x` * Package manager: `pnpm` * Node: `>=18` * OS: macOS ### Reproduction #### 🧩 What I'm trying to do I want to...

feature request
scope: routing

### Describe the feature Currently, the files property in the locales configuration only supports an array of file paths. I would like to propose supporting a prefix option for each...

feature request
upstream

### Clear and concise description of the problem Currently, the `$t` function in Vue I18n supports the following signatures: ```ts $t(key: string): string; $t(key: string, values?: Record): string; ```` However,...

Status: Proposal