all repos — caroster @ ca6d6c7f5ac230951ddd38e7e90c4d86e2955877

[Octree] Group carpool to your event https://caroster.io

🚨 Fix warning for next i18n
Tim Izzo tim@octree.ch
Mon, 03 Oct 2022 09:37:59 +0000
commit

ca6d6c7f5ac230951ddd38e7e90c4d86e2955877

parent

5a09dd4b70b5747bc605b4644ca114f01d5a3ba6

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M frontend/react-i18next.config.jsfrontend/react-i18next.config.js

@@ -2,7 +2,10 @@ module.exports = {

i18n: { defaultLocale: 'fr', locales: ['en', 'fr'], + }, - fallbackLng: 'fr' + fallbackLng: { + default: ['fr'], + 'fr-CH': ['fr'], }, };