Feature Request P2
Status Update
Comments
is...@google.com <is...@google.com>
si...@gmail.com <si...@gmail.com> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
si...@gmail.com <si...@gmail.com> #4
In this case it is not app specific, The 400 error is due to quota of the application versions being over the limit which is 10 (but for this specific project it has been increased to 60). So any project with more than 10 versions will experience this.
Description
Some integration of API to speed up globalization.
1. Translation integration.
2. Internationalization (not English - string can be Polish or Chinese - defualt version can be not English too) - API linking translations with applicaiton linek django.i18n. Different dialect support like US_en, GB_en, ...
3. Localiozation - custom format per country, language.
* If relevant, why are current approaches or workarounds insufficient?
No support - old versions of django possible (new with better i18n not avaliable). Google translation tools is not integrated.
* If relevant, what new use cases will this feature will enable?
Globalization.
Sorry for very abstract description fo this feature but I think that you can learn django i18n and Android tools to check what it can be.