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
Is your feature request related to a problem? Please describe.
Currently, the UI is written in U.S. English, with no real support for translating UI elements.
Describe the solution you'd like
Use the Django i18n library to make every fixed UI element translatable, as much as reasonably possible.
Describe alternatives you've considered
The main alternative would be to keep the app just in U.S. English. But I don't want that. I want as many people as possible to be able to use the job-history app.
Is your feature request related to a problem? Please describe.
Currently, the UI is written in U.S. English, with no real support for translating UI elements.
Describe the solution you'd like
Use the Django i18n library to make every fixed UI element translatable, as much as reasonably possible.
Describe alternatives you've considered
The main alternative would be to keep the app just in U.S. English. But I don't want that. I want as many people as possible to be able to use the job-history app.
Additional context
https://docs.djangoproject.com/en/2.2/topics/i18n/translation/#specifying-translation-strings-in-template-code
The text was updated successfully, but these errors were encountered: