-
Notifications
You must be signed in to change notification settings - Fork 321
Implement i18N #248
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededlow impactLow impact issue.Low impact issue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededlow impactLow impact issue.Low impact issue.
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem? Please describe.
No, it is an improvement on the code base, and app usability.
Describe the solution you'd like
Implement language translations, using Django's own tools for i18N.
Describe alternatives you've considered
There are no alternatives I know about, but there is also no need.
Additional context
Identify all the strings actually in use, and mark them for translation. Also, implement a policy for future commits, making mandatory to keep strings ready for translation