all repos — caroster @ 61bf7f255291ea50eb838c70d8885edf340ee091

[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);