Skip to content

Commit

Permalink
Fix locale settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed May 26, 2024
1 parent 8024ed9 commit f7c0285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ def debug(request):
# https://docs.djangoproject.com/en/2.1/topics/i18n/

LOCALE_PATHS = (
# os.path.join(str(ROOT_DIR), 'locale'),
"/ARte/locale",
os.path.join(str(ROOT_DIR), 'locale'),
)

LANGUAGE_CODE = "en"
Expand Down

0 comments on commit f7c0285

Please sign in to comment.