all repos — caroster @ 0ab7f5d8df1c02565c87b4156233b83e3de6f74d

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

frontend/locales/constants.ts (view raw)

1export const langLocales = {
2  en: 'English (100%)',
3  fr: 'Français (100%)',
4  nl: 'Nederlands (97%)',
5  de: 'Deutsch (97%)',
6  it: 'Italiano (97%)',
7};
8
9export const langs = Object.keys(langLocales);