-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need an approach to have forms with languages in forms not supported in Django #1009
Comments
@oliverroick Maybe something we can take a look as we will be upgrading to django 1.10? Thanks a bunch! |
I thought about this a little and here's what I believe we need to do (I'm sure I'm missing some of the in-depth details here though):
To sum up, I see this as a new feature, which needs requirements, design, and architecture, probably some prototyping before we can implement the solution. It's definitely nothing we can do whilst upgrading Django. |
Thanks @oliverroick for the detailed analysis! I think we have three different requirements here:
(3) and (4) are definitely the most important ones. Then (2), and lastly (1). Is there any easier way to cover (3) and (4)? Again, thanks :) |
I've been testing also with case (4), filling forms in ODK/GeoODK using languages not supported by django and submitting to the platform, and they are accepted. Then, we are only missing to show labels in other languages in GUI (1) and apps (2). Probably this has a lower priority for now. |
Currently we are not supporting forms containing labels in languages that are not supported in Django (see list here). This is problem because the list of supported languages in django is relatively short and partners need to work with forms in many different local languages.
We need to do some research/testing to see if we can include a large list of iso-639 languages to be accepted by the platform, and see if it is properly showed in the platform and though the ODK/GeoODK apps.
The text was updated successfully, but these errors were encountered: