simple-i18n-example icon indicating copy to clipboard operation
simple-i18n-example copied to clipboard

Simple example of a multilingual site in Next.js using dynamic routing.

Results 9 simple-i18n-example issues
Sort by recently updated
recently updated
newest added

Bumps [next](https://github.com/vercel/next.js) from 11.1.3 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

Hi, I've applied this approach in my project and only now I've realized it doesn't support interpolation. Any suggestion how to solve that without having to completely apply different library?...

Proposing to add the locale at one place to the `Link` instead of each place. Use `LocaleLink` instead of `Link` where needed. ``` import Link, { LinkProps } from 'next/link'...

For the large project, `strings.ts` file became very big. how we can use the namespace concept, also split the file language-wise?

Hi, i try to deploy to Netlify: "scripts": { "dev": "next", "build": "next build && next export", "start": "serve ./out", "lint": "eslint . --ext .ts,.tsx" } But don't works. Any...

Hi, Is there any chance to redirect people to locale subpath when they try to access sub page directly? Currently, 404 is returned. For example, `https://simple-i18n-example.fwojciec.now.sh/artist` will redirect to `https://simple-i18n-example.fwojciec.now.sh/{lang}/artist`.

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies