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
{{ message }}
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.
Actually since right now most of the app is only localized in English and Chinese, that list is mostly a lie.
My initial design involved querying sumo for the language list. That added to the complexity of the app (as it would be an ajax call and hence more promises). I also tried to approach of querying sumo on the flask server boot and injected it directly in the app. That also added complexity to the flask server.
Ideally this would share the same list under kitsune/settings.py. I'm not sure what the best practice would be. Though since this is static enough, I feel like it should be okay. Although if there are better ideas...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The list of supported languages changes from time to time, and having it in a single several hundred character line in an html file is not ok.
The text was updated successfully, but these errors were encountered: