all repos — caroster @ ffb3dd91b84996a20e5f4a24d00c2d337559359a

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

frontend/react-i18next.config.js (view raw)

 1module.exports = {
 2  i18n: {
 3    defaultLocale: 'fr',
 4    locales: ['en', 'fr'],
 5  },
 6
 7  fallbackLng: {
 8    default: ['fr'],
 9    'fr-CH': ['fr'],
10  },
11};