existe-deja

Results 17 issues of existe-deja

### Reporting a bug? Following the [doc](https://kazupon.github.io/vue-i18n/api/#d) I expect to be able to use a `Intl.DateTimeFormat` inside the `$d` function the same way I do with `$n`. But $d only...

help wanted
good first issue
Status: PR Welcome
Type: Feature

### Is your feature request related to a problem? Please describe. My website follow this content folder structure ``` content/ en/ terms.md article-1.md en-us/ article-1.md ``` But I `en-us` will...

enhancement
v1
v2

### Version @nuxtjs/tailwindcss:5.3.0 nuxt: 2.15.8 ### Reproduction Link Go to [https://codesandbox.io/s/optimistic-tree-60k42j?file=/package.json](https://codesandbox.io/s/optimistic-tree-60k42j?file=/package.json) ### Steps to reproduce open the `/_tailwind` url ### What is Expected? To get the tailwind config viewer. ###...

bug

Hi, By default, `background-size: 100% 100%` is applied but I want to set at `80%` instead. Is it possible to do it directly in the tailwind config ?

If you are in universal mode, and lazy loading locales, you can have problems with fallback locale. I was wondering how to deal with it? Should I merge manually the...

feature request
pinned 📌
feature:lazy
v7

### Is your feature request related to a problem? Please describe. The doc says, if a custom path is missing, it get the `defaultLocale` one if set. Thing is, you...

feature request
pinned 📌
v7

### Version nuxt-i18n: nuxt: ### Nuxt configuration #### [mode](https://nuxtjs.org/guides/configuration-glossary/configuration-mode): - [x] universal - [ ] spa ### Nuxt-i18n configuration ``` i18n: { langDir: "lang/lazy/", lazy: true, defaultLocale: "en", locales: [...

bug 🐛
pinned 📌
v7

### Is your feature request related to a problem? Please describe. When I click a nuxt-link I get a nice logging inside the action panel but nothing for programmatic navigation...

enhancement
v4

If you use nuxt, you can translate with a server context through the help of `app.i18n` wich has a `t` method. Is it possible to add the `app.i18n.t` and `app.i18n.tc`...

It's not a top priority issue. My files are organized following this pattern: `i18n/locale/{localeCode}/main.json` If I run an analyse, the value of `language` is `main` as I assume you're showing...