You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
needs to be changed that the actual language of the instance is shown. My instance is set to German but it tells the world that it is in English.
The problem I have here (and why I just not solved it right now) is that the language is represented by a ISO 639-1 two-letter code and I do not see that we have it here. The question is: Do we need 4 letter codes in .env/settings.pyor can we somehow derive from this setting and get the two letter code?
Anyhow, I am too confused to do it atm.
The text was updated successfully, but these errors were encountered:
This line of code
bookwyrm/bookwyrm/views/wellknown.py
Line 113 in 290b740
needs to be changed that the actual language of the instance is shown. My instance is set to German but it tells the world that it is in English.
The problem I have here (and why I just not solved it right now) is that the language is represented by a ISO 639-1 two-letter code and I do not see that we have it here. The question is: Do we need 4 letter codes in
.env
/settings.py
or can we somehow derive from this setting and get the two letter code?Anyhow, I am too confused to do it atm.
The text was updated successfully, but these errors were encountered: