-
Right now, at least from looking at the source, I think there's no clean way to access attributes when using `getString` via `withLocalization`.
Would it be too ugly to change `getString` so that …
-
Hello, this plugin is great, but I have a problem and can't import the plugin
I'm using nextjs, below is the code
```
import {
TheSupersonicPlugin,
} from 'the-supersonic-plugin-for-scroll-bas…
-
# Instructions
As per your mocks, implement the landing page and deploy it. The products / cart / wishlist buttons do not have to work as of now. Just the landing page (+ some other things) are requi…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm6…
-
### Description
There are a lot of peer dependencies that have to be specified (run npm ls to see the latest version), here a list of them at the moment we open this issue:
```
npm ERR! peer dep …
-
just followed the instruction of the [guide ](https://strapi.io/documentation/developer-docs/latest/installation/docker.html) with such docker-compse.yaml
```
version: '3'
services:
strapi:
…
-
It kinda sucks to have a failing application when you translate with FormatMessage and a path does not exist on a certain locale, can you not simply return path string "as-is" when a path is not found…
-
Is there an opportunity to add i18n ?
-
numbro.culture('en-US');
numbro(1.234).formatCurrency();
Why does it return "$0,001 "?
It has to return "$1"
numbro.min.js (Version 1.11.0) + language.min.js
By the way you have "window.num…
-
Coming back from the Unicode Conference, there was a lot of chatter about pseudo-locales.
Fluent already had a pretty good support for pseudo-locales in the past and due to our client-side mode, we…