nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.75k stars 483 forks source link

feat: multiple locales on multiple domains #2914

Closed DarthGigi closed 3 months ago

DarthGigi commented 7 months ago

๐Ÿ”— Linked issue

1161

โ“ Type of change

๐Ÿ“š Description

Resolves #1161 by allowing the same locale on multiple domains. Eg:

NL domain:
https://mydomain.nl/ -> https://mydomain.nl/ (nl language)
https://mydomain.nl/en -> https://mydomain.nl/en (en language)
https://mydomain.nl/de -> https://mydomain.nl/de (de language)

https://mydomain.nl/nl -> https://mydomain.nl/nl (404)

DE domain:
https://mydomain.de/ -> https://mydomain.nl/ (nl language)
https://mydomain.de/en -> https://mydomain.nl/en (en language)
https://mydomain.de/nl -> https://mydomain.nl/de (de language)

https://mydomain.de/de -> https://mydomain.de/de (404)

๐Ÿ“ Checklist

DarthGigi commented 6 months ago

I've fixed the tests, all tests should pass now. Documentation has been added as well.

PetroSilenius commented 3 months ago

This would be a great functionality! I noticed there's no requested reviews, maybe you could resolve the conflicts and request someone to review this? ๐Ÿ˜„

DarthGigi commented 3 months ago

This pull request has been deprecated, please see #3065