Skip to content

Commit

Permalink
GeoNode#10995 Faceting: minor lang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed May 11, 2023
1 parent 4fa7a86 commit 63a3910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/facets/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _resolve_language(request) -> (str, bool):
try:
return request.LANGUAGE_CODE.split("-")[0], False
except AttributeError:
return settings.LANGUAGE_CODE
return settings.LANGUAGE_CODE, False


def _resolve_boolean(request, name, fallback=None):
Expand Down

0 comments on commit 63a3910

Please sign in to comment.