Skip to content

Commit

Permalink
set en as the default accept_language
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas-orcid committed Dec 19, 2023
1 parent 49fe958 commit 14879b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/container-files/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ http {
# Browser preferred language detection (does NOT require AcceptLanguageModule)
# For reference on multi language support see: https://angular.io/guide/i18n-common-deploy#configure-a-server
map $http_accept_language $accept_language {
default en;
~*^cs cs;
~*^de de;
~*^es es;
Expand Down

0 comments on commit 14879b7

Please sign in to comment.