Skip to content

Commit

Permalink
#1 moving to CHF
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrattoune committed Mar 11, 2022
1 parent 4d1b696 commit 5c2f991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrepairplatform/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
# Internationalization
# https://docs.djangoproject.com/en/1.11/topics/i18n/

COUNTRY = 'FR' #'CH', 'US'
COUNTRY = 'CH' #'FR', 'CH', 'US'
LANGUAGE_CODE = f"fr_{COUNTRY}" # fr_fr, fr_CH

TIME_ZONE = "Europe/Paris"
Expand Down

0 comments on commit 5c2f991

Please sign in to comment.