Skip to content

Commit

Permalink
feat: change .env for fr locale support
Browse files Browse the repository at this point in the history
  • Loading branch information
ofr1tz committed Jan 14, 2025
1 parent 4f8f7c8 commit a17194c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VITE_BASE_URL=
VITE_PRIVACY_POLICY_URL='https://mapswipe.org/{locale}/privacy/'
VITE_PRIVACY_POLICY_URL='https://mapswipe.org/privacy/'
VITE_IMPRINT_URL=
VITE_APP_LOGO='./img/mapswipe-white.svg'
VITE_PROJECTS_FALLBACK_IMAGE="./img/map-pin-600x400.jpg"
Expand All @@ -8,7 +8,7 @@ VITE_ALLOW_UNVERIFIED_USERS=true
# Locales
VITE_DEFAULT_LOCALE=en
VITE_FALLBACK_LOCALE=en
VITE_SUPPORTED_LOCALES=en,de
VITE_SUPPORTED_LOCALES=en,de,fr

# Theme
VITE_THEME_LIGHT_PRIMARY="#060E2F"
Expand Down

0 comments on commit a17194c

Please sign in to comment.